Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dirqflags.h16 extern inline unsigned long native_save_fl(void);
17 extern __always_inline unsigned long native_save_fl(void) in native_save_fl() function
64 unsigned long flags = native_save_fl(); in native_local_irq_save()
109 return native_save_fl(); in arch_local_save_flags()
H A Dentry-common.h22 unsigned long flags = native_save_fl(); in arch_enter_from_user_mode()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c379 unsigned long eflags = native_save_fl(); in setup_smap()