Home
last modified time | relevance | path

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

/linux-4.4.14/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.h10 __ASM_SIZE(push,) %__ASM_REG(bp)
11 __ASM_SIZE(mov) %__ASM_REG(sp), %__ASM_REG(bp)
14 __ASM_SIZE(pop,) %__ASM_REG(bp)
/linux-4.4.14/arch/x86/lib/
Drwsem.S88 __ASM_SIZE(push,) %__ASM_REG(dx)
91 __ASM_SIZE(pop,) %__ASM_REG(dx)
117 __ASM_SIZE(push,) %__ASM_REG(dx)
120 __ASM_SIZE(pop,) %__ASM_REG(dx)