__ASM_SIZE         32 arch/x86/include/asm/asm.h #define _ASM_MOV	__ASM_SIZE(mov)
__ASM_SIZE         33 arch/x86/include/asm/asm.h #define _ASM_INC	__ASM_SIZE(inc)
__ASM_SIZE         34 arch/x86/include/asm/asm.h #define _ASM_DEC	__ASM_SIZE(dec)
__ASM_SIZE         35 arch/x86/include/asm/asm.h #define _ASM_ADD	__ASM_SIZE(add)
__ASM_SIZE         36 arch/x86/include/asm/asm.h #define _ASM_SUB	__ASM_SIZE(sub)
__ASM_SIZE         37 arch/x86/include/asm/asm.h #define _ASM_XADD	__ASM_SIZE(xadd)
__ASM_SIZE         38 arch/x86/include/asm/asm.h #define _ASM_MUL	__ASM_SIZE(mul)
__ASM_SIZE         60 arch/x86/include/asm/bitops.h 		asm volatile(LOCK_PREFIX __ASM_SIZE(bts) " %1,%0"
__ASM_SIZE         68 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(bts) " %1,%0" : : ADDR, "Ir" (nr) : "memory");
__ASM_SIZE         79 arch/x86/include/asm/bitops.h 		asm volatile(LOCK_PREFIX __ASM_SIZE(btr) " %1,%0"
__ASM_SIZE         94 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(btr) " %1,%0" : : ADDR, "Ir" (nr) : "memory");
__ASM_SIZE        119 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(btc) " %1,%0" : : ADDR, "Ir" (nr) : "memory");
__ASM_SIZE        130 arch/x86/include/asm/bitops.h 		asm volatile(LOCK_PREFIX __ASM_SIZE(btc) " %1,%0"
__ASM_SIZE        138 arch/x86/include/asm/bitops.h 	return GEN_BINARY_RMWcc(LOCK_PREFIX __ASM_SIZE(bts), *addr, c, "Ir", nr);
__ASM_SIZE        152 arch/x86/include/asm/bitops.h 	asm(__ASM_SIZE(bts) " %2,%1"
__ASM_SIZE        162 arch/x86/include/asm/bitops.h 	return GEN_BINARY_RMWcc(LOCK_PREFIX __ASM_SIZE(btr), *addr, c, "Ir", nr);
__ASM_SIZE        178 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(btr) " %2,%1"
__ASM_SIZE        190 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(btc) " %2,%1"
__ASM_SIZE        201 arch/x86/include/asm/bitops.h 	return GEN_BINARY_RMWcc(LOCK_PREFIX __ASM_SIZE(btc), *addr, c, "Ir", nr);
__ASM_SIZE        214 arch/x86/include/asm/bitops.h 	asm volatile(__ASM_SIZE(bt) " %2,%1"
__ASM_SIZE         34 arch/x86/include/asm/sync_bitops.h 	asm volatile("lock; " __ASM_SIZE(bts) " %1,%0"
__ASM_SIZE         52 arch/x86/include/asm/sync_bitops.h 	asm volatile("lock; " __ASM_SIZE(btr) " %1,%0"
__ASM_SIZE         69 arch/x86/include/asm/sync_bitops.h 	asm volatile("lock; " __ASM_SIZE(btc) " %1,%0"
__ASM_SIZE         85 arch/x86/include/asm/sync_bitops.h 	return GEN_BINARY_RMWcc("lock; " __ASM_SIZE(bts), *addr, c, "Ir", nr);
__ASM_SIZE         98 arch/x86/include/asm/sync_bitops.h 	return GEN_BINARY_RMWcc("lock; " __ASM_SIZE(btr), *addr, c, "Ir", nr);
__ASM_SIZE        111 arch/x86/include/asm/sync_bitops.h 	return GEN_BINARY_RMWcc("lock; " __ASM_SIZE(btc), *addr, c, "Ir", nr);
__ASM_SIZE       6247 arch/x86/kvm/vmx/vmx.c 		__ASM_SIZE(push) " $%c[cs]\n\t"