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

/linux-master/arch/x86/xen/
H A Dirq.c46 .save_fl = __PV_IS_CALLEE_SAVE(paravirt_ret0),
H A Denlighten_pv.c1132 pv_ops.irq.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct);
/linux-master/arch/x86/kernel/
H A Dasm-offsets_64.c17 OFFSET(PV_IRQ_save_fl, paravirt_patch_template, irq.save_fl);
H A Dparavirt.c183 .irq.save_fl = __PV_IS_CALLEE_SAVE(pv_native_save_fl),
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h116 * Get/set interrupt state. save_fl is expected to use X86_EFLAGS_IF;
117 * all other bits returned from save_fl are undefined.
122 struct paravirt_callee_save save_fl; member in struct:pv_irq_ops
H A Dparavirt.h687 return PVOP_ALT_CALLEE0(unsigned long, irq.save_fl, "pushf; pop %%rax;",

Completed in 179 milliseconds