COND_PUSH         819 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RAX, rax);		\
COND_PUSH         820 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RCX, rcx);		\
COND_PUSH         821 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RDX, rdx);		\
COND_PUSH         822 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RSI, rsi);		\
COND_PUSH         823 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_RDI, rdi);		\
COND_PUSH         824 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R8, r8);		\
COND_PUSH         825 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R9, r9);		\
COND_PUSH         826 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R10, r10);		\
COND_PUSH         827 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_R11, r11)
COND_PUSH         844 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EAX, eax);		\
COND_PUSH         845 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EDI, edi);		\
COND_PUSH         846 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_ECX, ecx);		\
COND_PUSH         847 arch/x86/include/asm/paravirt.h 	COND_PUSH(set, CLBR_EDX, edx)