Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dentry-common.h213 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs,
216 #ifndef arch_exit_to_user_mode_work
217 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work() function
/Linux-v5.10/kernel/entry/
Dcommon.c169 arch_exit_to_user_mode_work(regs, ti_work); in exit_to_user_mode_loop()