Home
last modified time | relevance | path

Searched refs:local_irq_enable_exit_to_user (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dentry-common.h171 static inline void local_irq_enable_exit_to_user(unsigned long ti_work);
173 #ifndef local_irq_enable_exit_to_user
174 static inline void local_irq_enable_exit_to_user(unsigned long ti_work) in local_irq_enable_exit_to_user() function
/linux-6.6.21/kernel/entry/
Dcommon.c156 local_irq_enable_exit_to_user(ti_work); in exit_to_user_mode_loop()