restore_fl        296 arch/x86/kernel/paravirt.c 	.restore_fl = native_restore_fl,
restore_fl         29 arch/x86/kernel/paravirt_patch_32.c 		PATCH_SITE(pv_irq_ops, restore_fl);
restore_fl         34 arch/x86/kernel/paravirt_patch_64.c 		PATCH_SITE(pv_irq_ops, restore_fl);
restore_fl        147 arch/x86/kernel/vmi_32.c 		case PARAVIRT_PATCH(pv_irq_ops.restore_fl):
restore_fl        793 arch/x86/kernel/vmi_32.c 	para_fill(pv_irq_ops.restore_fl, SetInterruptMask);
restore_fl         71 arch/x86/kernel/vsmp_64.c 	case PARAVIRT_PATCH(pv_irq_ops.restore_fl):
restore_fl         96 arch/x86/kernel/vsmp_64.c 		pv_irq_ops.restore_fl  = vsmp_restore_fl;
restore_fl        934 arch/x86/lguest/boot.c 	[PARAVIRT_PATCH(pv_irq_ops.restore_fl)] = { lgstart_popf, lgend_popf },
restore_fl        979 arch/x86/lguest/boot.c 	pv_irq_ops.restore_fl = restore_fl;
restore_fl       1073 arch/x86/xen/enlighten.c 		pv_irq_ops.restore_fl = xen_restore_fl_direct;
restore_fl       1101 arch/x86/xen/enlighten.c 		SITE(pv_irq_ops, restore_fl);
restore_fl        130 arch/x86/xen/irq.c 	.restore_fl = xen_restore_fl,
restore_fl        194 include/asm-x86/paravirt.h 	void (*restore_fl)(unsigned long);
restore_fl       1477 include/asm-x86/paravirt.h 		       paravirt_type(pv_irq_ops.restore_fl),