Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dirqflags.S21 SYM_FUNC_START(native_restore_fl)
25 SYM_FUNC_END(native_restore_fl)
26 EXPORT_SYMBOL(native_restore_fl)
H A Dparavirt.c326 .irq.restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dirqflags.h38 extern inline void native_restore_fl(unsigned long flags);
39 extern inline void native_restore_fl(unsigned long flags) in native_restore_fl() function
84 native_restore_fl(flags); in arch_local_irq_restore()