Home
last modified time | relevance | path

Searched refs:restore_fl (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dparavirt_patch_32.c5 DEF_NATIVE(pv_irq_ops, restore_fl, "push %eax; popf");
41 PATCH_SITE(pv_irq_ops, restore_fl); in native_patch()
Dvsmp_64.c75 case PARAVIRT_PATCH(pv_irq_ops.restore_fl): in vsmp_patch()
100 pv_irq_ops.restore_fl = PV_CALLEE_SAVE(vsmp_restore_fl); in set_vsmp_pv_ops()
Dparavirt_patch_64.c7 DEF_NATIVE(pv_irq_ops, restore_fl, "pushq %rdi; popfq");
49 PATCH_SITE(pv_irq_ops, restore_fl); in native_patch()
Dparavirt.c329 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
/linux-3.4.99/arch/x86/xen/
Dirq.c118 .restore_fl = PV_CALLEE_SAVE(xen_restore_fl),
Denlighten.c1049 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); in xen_setup_vcpu_info_placement()
1077 SITE(pv_irq_ops, restore_fl); in xen_patch()
/linux-3.4.99/arch/x86/include/asm/
Dparavirt_types.h210 struct paravirt_callee_save restore_fl; member
Dparavirt.h871 PVOP_VCALLEE1(pv_irq_ops.restore_fl, f); in arch_local_irq_restore()
/linux-3.4.99/arch/x86/lguest/
Dboot.c1289 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(lg_restore_fl); in lguest_init()