Home
last modified time | relevance | path

Searched refs:native_restore_fl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dvsmp_64.c55 native_restore_fl(flags); in vsmp_restore_fl()
63 native_restore_fl((flags & ~X86_EFLAGS_IF) | X86_EFLAGS_AC); in vsmp_irq_disable()
71 native_restore_fl((flags | X86_EFLAGS_IF) & (~X86_EFLAGS_AC)); in vsmp_irq_enable()
Dparavirt.c333 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
/linux-4.1.27/arch/x86/include/asm/
Dirqflags.h29 static inline void native_restore_fl(unsigned long flags) in native_restore_fl() function
72 native_restore_fl(flags); in arch_local_irq_restore()