Searched refs:__ASM_FORM (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/arch/x86/include/asm/
H A Dasm.h6 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ macro
11 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " " macro
16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
20 # define __ASM_SEL(a,b) __ASM_FORM(a)
24 # define __ASM_SEL(a,b) __ASM_FORM(b)
/linux-master/arch/x86/include/asm/
H A Dasm.h6 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ macro
12 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " " macro
18 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
22 # define __ASM_SEL(a,b) __ASM_FORM(a)
26 # define __ASM_SEL(a,b) __ASM_FORM(b)
/linux-master/arch/x86/include/asm/xen/
H A Dinterface.h387 #define XEN_EMULATE_PREFIX __ASM_FORM(.byte __XEN_EMULATE_PREFIX ;)
388 #define XEN_CPUID XEN_EMULATE_PREFIX __ASM_FORM(cpuid)

Completed in 115 milliseconds