Home
last modified time | relevance | path

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

/arch/x86/include/asm/
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)
Dasm.h20 #define __ASM_REG(reg) __ASM_SEL(e##reg, r##reg) macro
32 #define _ASM_AX __ASM_REG(ax)
33 #define _ASM_BX __ASM_REG(bx)
34 #define _ASM_CX __ASM_REG(cx)
35 #define _ASM_DX __ASM_REG(dx)
36 #define _ASM_SP __ASM_REG(sp)
37 #define _ASM_BP __ASM_REG(bp)
38 #define _ASM_SI __ASM_REG(si)
39 #define _ASM_DI __ASM_REG(di)
/arch/x86/lib/
Drwsem.S90 __ASM_SIZE(push,_cfi) %__ASM_REG(dx)
91 CFI_REL_OFFSET __ASM_REG(dx), 0
94 __ASM_SIZE(pop,_cfi) %__ASM_REG(dx)
95 CFI_RESTORE __ASM_REG(dx)
127 __ASM_SIZE(push,_cfi) %__ASM_REG(dx)
128 CFI_REL_OFFSET __ASM_REG(dx), 0
131 __ASM_SIZE(pop,_cfi) %__ASM_REG(dx)
132 CFI_RESTORE __ASM_REG(dx)