Home
last modified time | relevance | path

Searched refs:native_save_fl (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dvsmp_64.c41 unsigned long flags = native_save_fl(); in vsmp_save_fl()
61 unsigned long flags = native_save_fl(); in vsmp_irq_disable()
69 unsigned long flags = native_save_fl(); in vsmp_irq_enable()
Dparavirt.c332 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
/linux-4.1.27/arch/x86/include/asm/
Dirqflags.h11 static inline unsigned long native_save_fl(void) in native_save_fl() function
67 return native_save_fl(); in arch_local_save_flags()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c294 unsigned long eflags = native_save_fl(); in setup_smap()