Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dparavirt_patch_32.c6 DEF_NATIVE(pv_irq_ops, save_fl, "pushf; pop %eax");
42 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
Dparavirt_patch_64.c8 DEF_NATIVE(pv_irq_ops, save_fl, "pushfq; popq %rax");
49 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.c332 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
/linux-4.1.27/arch/x86/xen/
Dirq.c118 .save_fl = PV_CALLEE_SAVE(xen_save_fl),
Denlighten.c1121 pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()
1149 SITE(pv_irq_ops, save_fl); in xen_patch()
/linux-4.1.27/arch/x86/lguest/
Dboot.c1379 [PARAVIRT_PATCH(pv_irq_ops.save_fl)] = { lgstart_pushf, lgend_pushf },
1429 pv_irq_ops.save_fl = PV_CALLEE_SAVE(lguest_save_fl); in lguest_init()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h207 struct paravirt_callee_save save_fl; member
Dparavirt.h804 return PVOP_CALLEE0(unsigned long, pv_irq_ops.save_fl); in arch_local_save_flags()