Home
last modified time | relevance | path

Searched refs:__ASM_FORM_RAW (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dasm.h7 # define __ASM_FORM_RAW(x, ...) x,## __VA_ARGS__
13 # define __ASM_FORM_RAW(x, ...) __stringify(x,##__VA_ARGS__) macro
23 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a)
27 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b)
/linux-5.19.10/tools/arch/x86/include/asm/
Dasm.h7 # define __ASM_FORM_RAW(x, ...) x,## __VA_ARGS__
12 # define __ASM_FORM_RAW(x, ...) __stringify(x,##__VA_ARGS__) macro
21 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a)
25 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b)