Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dentry-common.h10 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
23 #define arch_exit_to_user_mode_prepare arch_exit_to_user_mode_prepare macro
/linux/arch/s390/include/asm/
H A Dentry-common.h54 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
60 #define arch_exit_to_user_mode_prepare arch_exit_to_user_mode_prepare macro
/linux/include/linux/
H A Dirq-entry-common.h161 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs,
164 #ifndef arch_exit_to_user_mode_prepare
165 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
227 arch_exit_to_user_mode_prepare(regs, ti_work); in exit_to_user_mode_prepare()