Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dasm.h24 #define __ASM_SIZE(inst, ...) __ASM_SEL(inst##l##__VA_ARGS__, \ macro
31 #define _ASM_MOV __ASM_SIZE(mov)
32 #define _ASM_INC __ASM_SIZE(inc)
33 #define _ASM_DEC __ASM_SIZE(dec)
34 #define _ASM_ADD __ASM_SIZE(add)
35 #define _ASM_SUB __ASM_SIZE(sub)
36 #define _ASM_XADD __ASM_SIZE(xadd)
37 #define _ASM_MUL __ASM_SIZE(mul)
Dkvm_host.h1318 __ASM_SIZE(push) " $666b \n\t" \
/arch/x86/lib/
Drwsem.S92 __ASM_SIZE(push,) %__ASM_REG(dx)
95 __ASM_SIZE(pop,) %__ASM_REG(dx)
137 __ASM_SIZE(push,) %__ASM_REG(dx)
140 __ASM_SIZE(pop,) %__ASM_REG(dx)
Dhweight.S15 __ASM_SIZE(push,) %__ASM_REG(dx)
33 __ASM_SIZE(pop,) %__ASM_REG(dx)
/arch/x86/xen/
Dxen-head.S48 rep __ASM_SIZE(stos)
/arch/x86/kvm/
Dvmx.c8678 __ASM_SIZE(push) " $%c[cs]\n\t" in vmx_handle_external_intr()
8972 __ASM_SIZE(pop) " %c[rcx](%0) \n\t" in vmx_vcpu_run()