Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dentry-common.h16 static __always_inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work() function
28 #define arch_exit_to_user_mode_work arch_exit_to_user_mode_work macro
/linux/arch/s390/include/asm/
H A 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/include/linux/
H A Dirq-entry-common.h144 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs,
147 #ifndef arch_exit_to_user_mode_work
148 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work() function
/linux/kernel/entry/
H A Dcommon.c70 arch_exit_to_user_mode_work(regs, ti_work);