Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
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()
87 return native_save_fl(); in arch_local_save_flags()
Dentry-common.h22 unsigned long flags = native_save_fl(); in arch_enter_from_user_mode()
/linux-6.12.1/arch/x86/kernel/
Dirqflags.S11 SYM_FUNC_START(native_save_fl)
15 SYM_FUNC_END(native_save_fl)
17 EXPORT_SYMBOL(native_save_fl)
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c369 unsigned long eflags = native_save_fl(); in setup_smap()