Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt_patch_32.c6 DEF_NATIVE(pv_irq_ops, save_fl, "pushf; pop %eax");
46 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
Dparavirt_patch_64.c8 DEF_NATIVE(pv_irq_ops, save_fl, "pushfq; popq %rax");
53 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
Dvsmp_64.c81 case PARAVIRT_PATCH(pv_irq_ops.save_fl): in vsmp_patch()
122 pv_irq_ops.save_fl = PV_CALLEE_SAVE(vsmp_save_fl); in set_vsmp_pv_ops()
Dparavirt.c336 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
/arch/x86/xen/
Dirq.c118 .save_fl = PV_CALLEE_SAVE(xen_save_fl),
Denlighten.c1141 pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()
1169 SITE(pv_irq_ops, save_fl); in xen_patch()
/arch/x86/lguest/
Dboot.c1374 [PARAVIRT_PATCH(pv_irq_ops.save_fl)] = { lgstart_pushf, lgend_pushf },
1425 pv_irq_ops.save_fl = PV_CALLEE_SAVE(lguest_save_fl); in lguest_init()
/arch/x86/include/asm/
Dparavirt_types.h201 struct paravirt_callee_save save_fl; member
Dparavirt.h807 return PVOP_CALLEE0(unsigned long, pv_irq_ops.save_fl); in arch_local_save_flags()