Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dasm.h24 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro
36 #define _ASM_AX __ASM_REG(ax)
37 #define _ASM_BX __ASM_REG(bx)
38 #define _ASM_CX __ASM_REG(cx)
39 #define _ASM_DX __ASM_REG(dx)
40 #define _ASM_SP __ASM_REG(sp)
41 #define _ASM_BP __ASM_REG(bp)
42 #define _ASM_SI __ASM_REG(si)
43 #define _ASM_DI __ASM_REG(di)
Dframe.h11 __ASM_SIZE(push,_cfi) %__ASM_REG(bp)
12 CFI_REL_OFFSET __ASM_REG(bp), 0
13 __ASM_SIZE(mov) %__ASM_REG(sp), %__ASM_REG(bp)
16 __ASM_SIZE(pop,_cfi) %__ASM_REG(bp)
17 CFI_RESTORE __ASM_REG(bp)
/linux-4.1.27/arch/x86/lib/
Drwsem.S90 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
93 __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)
125 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
128 __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)