Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dvsmp_64.c47 native_restore_fl(flags); in vsmp_restore_fl()
54 native_restore_fl((flags & ~X86_EFLAGS_IF) | X86_EFLAGS_AC); in vsmp_irq_disable()
61 native_restore_fl((flags | X86_EFLAGS_IF) & (~X86_EFLAGS_AC)); in vsmp_irq_enable()
Dparavirt.c322 .restore_fl = native_restore_fl,
/arch/x86/include/asm/
Dirqflags.h24 static inline void native_restore_fl(unsigned long flags) in native_restore_fl() function
66 native_restore_fl(flags); in raw_local_irq_restore()