Home
last modified time | relevance | path

Searched refs:__ASM_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dasm.h22 #define __ASM_SIZE(inst, ...) __ASM_SEL(inst##l##__VA_ARGS__, \ macro
29 #define _ASM_MOV __ASM_SIZE(mov)
30 #define _ASM_INC __ASM_SIZE(inc)
31 #define _ASM_DEC __ASM_SIZE(dec)
32 #define _ASM_ADD __ASM_SIZE(add)
33 #define _ASM_SUB __ASM_SIZE(sub)
34 #define _ASM_XADD __ASM_SIZE(xadd)
Dframe.h11 __ASM_SIZE(push,_cfi) %__ASM_REG(bp)
13 __ASM_SIZE(mov) %__ASM_REG(sp), %__ASM_REG(bp)
16 __ASM_SIZE(pop,_cfi) %__ASM_REG(bp)
Dkvm_host.h1131 __ASM_SIZE(push) " $666b \n\t" \
/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)
/linux-4.1.27/arch/x86/kvm/
Dvmx.c8008 __ASM_SIZE(push) " $%c[cs]\n\t" in vmx_handle_external_intr()
8262 __ASM_SIZE(pop) " %c[rcx](%0) \n\t" in vmx_vcpu_run()