Home
last modified time | relevance | path

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

/linux-3.4.99/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()
Dvsmp_64.c74 case PARAVIRT_PATCH(pv_irq_ops.save_fl): in vsmp_patch()
99 pv_irq_ops.save_fl = PV_CALLEE_SAVE(vsmp_save_fl); in set_vsmp_pv_ops()
Dparavirt_patch_64.c8 DEF_NATIVE(pv_irq_ops, save_fl, "pushfq; popq %rax");
50 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
Dparavirt.c328 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
/linux-3.4.99/arch/x86/lguest/
Dboot.c237 static unsigned long save_fl(void) in save_fl() function
257 PV_CALLEE_SAVE_REGS_THUNK(save_fl);
1238 [PARAVIRT_PATCH(pv_irq_ops.save_fl)] = { lgstart_pushf, lgend_pushf },
1288 pv_irq_ops.save_fl = PV_CALLEE_SAVE(save_fl); in lguest_init()
/linux-3.4.99/arch/x86/xen/
Dirq.c117 .save_fl = PV_CALLEE_SAVE(xen_save_fl),
Denlighten.c1048 pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()
1076 SITE(pv_irq_ops, save_fl); in xen_patch()
/linux-3.4.99/arch/x86/include/asm/
Dparavirt_types.h209 struct paravirt_callee_save save_fl; member
Dparavirt.h866 return PVOP_CALLEE0(unsigned long, pv_irq_ops.save_fl); in arch_local_save_flags()