Searched refs:__ASM_REG (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | asm.h | 22 #define __ASM_REG(reg) __ASM_SEL(e##reg, r##reg) macro 34 #define _ASM_AX __ASM_REG(ax) 35 #define _ASM_BX __ASM_REG(bx) 36 #define _ASM_CX __ASM_REG(cx) 37 #define _ASM_DX __ASM_REG(dx) 38 #define _ASM_SP __ASM_REG(sp) 39 #define _ASM_BP __ASM_REG(bp) 40 #define _ASM_SI __ASM_REG(si) 41 #define _ASM_DI __ASM_REG(di)
|
D | frame.h | 11 __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-3.4.99/arch/x86/lib/ |
D | rwsem.S | 90 __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)
|