Searched refs:save_fl (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/x86/kernel/ |
D | paravirt_patch_32.c | 6 DEF_NATIVE(pv_irq_ops, save_fl, "pushf; pop %eax"); 42 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
|
D | vsmp_64.c | 74 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()
|
D | paravirt_patch_64.c | 8 DEF_NATIVE(pv_irq_ops, save_fl, "pushfq; popq %rax"); 50 PATCH_SITE(pv_irq_ops, save_fl); in native_patch()
|
D | paravirt.c | 328 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
|
/linux-3.4.99/arch/x86/lguest/ |
D | boot.c | 237 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/ |
D | irq.c | 117 .save_fl = PV_CALLEE_SAVE(xen_save_fl),
|
D | enlighten.c | 1048 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/ |
D | paravirt_types.h | 209 struct paravirt_callee_save save_fl; member
|
D | paravirt.h | 866 return PVOP_CALLEE0(unsigned long, pv_irq_ops.save_fl); in arch_local_save_flags()
|