__eax             452 arch/x86/include/asm/paravirt_types.h 	unsigned long __eax = __eax, __edx = __edx, __ecx = __ecx;
__eax             460 arch/x86/include/asm/paravirt_types.h #define PVOP_VCALL_CLOBBERS		"=a" (__eax), "=d" (__edx),	\
__eax             464 arch/x86/include/asm/paravirt_types.h #define PVOP_VCALLEE_CLOBBERS		"=a" (__eax), "=d" (__edx)
__eax             473 arch/x86/include/asm/paravirt_types.h 		__edx = __edx, __ecx = __ecx, __eax = __eax;
__eax             485 arch/x86/include/asm/paravirt_types.h #define PVOP_CALL_CLOBBERS	PVOP_VCALL_CLOBBERS, "=a" (__eax)
__eax             488 arch/x86/include/asm/paravirt_types.h #define PVOP_VCALLEE_CLOBBERS	"=a" (__eax)
__eax             530 arch/x86/include/asm/paravirt_types.h 			__ret = (rettype)((((u64)__edx) << 32) | __eax); \
__eax             540 arch/x86/include/asm/paravirt_types.h 			__ret = (rettype)(__eax & PVOP_RETMASK(rettype));	\