Home
last modified time | relevance | path

Searched refs:__ASM_SEL_RAW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dasm.h23 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a) macro
27 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) macro
32 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg)
55 #define _ASM_RIP(x) __ASM_SEL_RAW(x, x (__ASM_REGPFX rip))
/openbmc/linux/tools/arch/x86/include/asm/
H A Dasm.h21 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a) macro
25 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) macro
30 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg)
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c1538 : __ASM_SEL_RAW(a, D) (&val) in int3_selftest()