Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dentry-common.h28 static __always_inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work() function
40 #define arch_exit_to_user_mode_work arch_exit_to_user_mode_work macro
/linux-6.1.9/include/linux/
Dentry-common.h205 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs,
208 #ifndef arch_exit_to_user_mode_work
209 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work() function
/linux-6.1.9/kernel/entry/
Dcommon.c174 arch_exit_to_user_mode_work(regs, ti_work); in exit_to_user_mode_loop()