native_iret       146 arch/x86/include/asm/irqflags.h #define INTERRUPT_RETURN	jmp native_iret
native_iret      1419 arch/x86/kernel/cpu/common.c 		extern void native_iret(void);
native_iret      1420 arch/x86/kernel/cpu/common.c 		if (pv_ops.cpu.iret == native_iret)
native_iret       190 arch/x86/kernel/paravirt.c extern void native_iret(void);
native_iret       341 arch/x86/kernel/paravirt.c 	.cpu.iret		= native_iret,