Searched refs:__ASM_SEL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | asm.h | 19 # define __ASM_SEL(a,b) __ASM_FORM(a) macro 23 # define __ASM_SEL(a,b) __ASM_FORM(b) macro 27 #define __ASM_SIZE(inst, ...) __ASM_SEL(inst##l##__VA_ARGS__, \ 31 #define _ASM_PTR __ASM_SEL(.long, .quad) 32 #define _ASM_ALIGN __ASM_SEL(.balign 4, .balign 8)
|
D | frame.h | 87 #define FRAME_OFFSET __ASM_SEL(4, 8)
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | xen-head.S | 34 shr $__ASM_SEL(2, 3), %_ASM_CX
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | alternative.c | 935 ".align " __ASM_SEL(4, 8) "\n\t" in int3_selftest() 937 ".size int3_selftest_ip, " __ASM_SEL(4, 8) "\n\t" in int3_selftest() 939 __ASM_SEL(.long, .quad) " 1b\n\t" in int3_selftest()
|