Searched refs:__ASM_SEL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | asm.h | 20 # define __ASM_SEL(a,b) __ASM_FORM(a) macro 24 # define __ASM_SEL(a,b) __ASM_FORM(b) macro 28 #define __ASM_SIZE(inst, ...) __ASM_SEL(inst##l##__VA_ARGS__, \ 32 #define _ASM_PTR __ASM_SEL(.long, .quad) 33 #define _ASM_ALIGN __ASM_SEL(.balign 4, .balign 8)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | asm.h | 22 # define __ASM_SEL(a,b) __ASM_FORM(a) macro 26 # define __ASM_SEL(a,b) __ASM_FORM(b) macro 30 #define __ASM_SIZE(inst, ...) __ASM_SEL(inst##l##__VA_ARGS__, \ 34 #define _ASM_PTR __ASM_SEL(.long, .quad) 35 #define _ASM_ALIGN __ASM_SEL(.balign 4, .balign 8)
|
H A D | frame.h | 87 #define FRAME_OFFSET __ASM_SEL(4, 8)
|
/openbmc/qemu/tests/tcg/x86_64/system/ |
H A D | boot.S | 44 #define __ASM_SEL(a,b) __ASM_FORM(b) macro 45 #define _ASM_PTR __ASM_SEL(.long, .quad)
|