Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dirq.c46 .save_fl = __PV_IS_CALLEE_SAVE(paravirt_ret0),
H A Denlighten_pv.c1129 pv_ops.irq.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets_64.c17 OFFSET(PV_IRQ_save_fl, paravirt_patch_template, irq.save_fl); in main()
H A Dparavirt.c224 .irq.save_fl = __PV_IS_CALLEE_SAVE(pv_native_save_fl),
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h130 struct paravirt_callee_save save_fl; member
H A Dparavirt.h689 return PVOP_ALT_CALLEE0(unsigned long, irq.save_fl, "pushf; pop %%rax;", in arch_local_save_flags()