Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dasm.h25 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a) macro
29 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) macro
34 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg)
57 #define _ASM_RIP(x) __ASM_SEL_RAW(x, x (__ASM_REGPFX rip))
/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)