Searched refs:restore_fl (Results 1 – 9 of 9) sorted by relevance
/arch/x86/kernel/ |
D | paravirt_patch_32.c | 5 DEF_NATIVE(pv_irq_ops, restore_fl, "push %eax; popf"); 41 PATCH_SITE(pv_irq_ops, restore_fl); in native_patch()
|
D | paravirt_patch_64.c | 7 DEF_NATIVE(pv_irq_ops, restore_fl, "pushq %rdi; popfq"); 48 PATCH_SITE(pv_irq_ops, restore_fl); in native_patch()
|
D | vsmp_64.c | 82 case PARAVIRT_PATCH(pv_irq_ops.restore_fl): in vsmp_patch() 123 pv_irq_ops.restore_fl = PV_CALLEE_SAVE(vsmp_restore_fl); in set_vsmp_pv_ops()
|
D | paravirt.c | 333 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
|
/arch/x86/xen/ |
D | irq.c | 119 .restore_fl = PV_CALLEE_SAVE(xen_restore_fl),
|
D | enlighten.c | 1194 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); in xen_setup_vcpu_info_placement() 1222 SITE(pv_irq_ops, restore_fl); in xen_patch()
|
/arch/x86/include/asm/ |
D | paravirt_types.h | 208 struct paravirt_callee_save restore_fl; member
|
D | paravirt.h | 809 PVOP_VCALLEE1(pv_irq_ops.restore_fl, f); in arch_local_irq_restore()
|
/arch/x86/lguest/ |
D | boot.c | 1295 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(lg_restore_fl); in lguest_init()
|