Searched refs:__ASM_FORM (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/arch/x86/include/asm/ |
| H A D | asm.h | 6 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ 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/arch/x86/include/asm/ |
| H A D | asm.h | 8 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ 14 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " " macro 20 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;) 24 # define __ASM_SEL(a,b) __ASM_FORM(a) 28 # define __ASM_SEL(a,b) __ASM_FORM(b)
|
| H A D | bug.h | 18 #define ASM_UD2 __ASM_FORM(ud2)
|