COND_PUSH         872 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RAX, rax);		\
COND_PUSH         873 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RCX, rcx);		\
COND_PUSH         874 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RDX, rdx);		\
COND_PUSH         875 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RSI, rsi);		\
COND_PUSH         876 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RDI, rdi);		\
COND_PUSH         877 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R8, r8);		\
COND_PUSH         878 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R9, r9);		\
COND_PUSH         879 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R10, r10);		\
COND_PUSH         880 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R11, r11)
COND_PUSH         897 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EAX, eax);		\
COND_PUSH         898 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EDI, edi);		\
COND_PUSH         899 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_ECX, ecx);		\
COND_PUSH         900 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EDX, edx)