Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c177 arch_exit_to_user_mode_work(regs, ti_work); in exit_to_user_mode_loop()