Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dirqflags.S21 ENTRY(native_restore_fl)
25 ENDPROC(native_restore_fl)
26 EXPORT_SYMBOL(native_restore_fl)
Dvsmp_64.c52 native_restore_fl(flags); in vsmp_restore_fl()
60 native_restore_fl((flags & ~X86_EFLAGS_IF) | X86_EFLAGS_AC); in vsmp_irq_disable()
68 native_restore_fl((flags | X86_EFLAGS_IF) & (~X86_EFLAGS_AC)); in vsmp_irq_enable()
Dparavirt.c334 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
/Linux-v4.19/arch/x86/include/asm/
Dirqflags.h36 extern inline void native_restore_fl(unsigned long flags);
37 extern inline void native_restore_fl(unsigned long flags) in native_restore_fl() function
80 native_restore_fl(flags); in arch_local_irq_restore()