Home
last modified time | relevance | path

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

/linux-6.14.4/arch/riscv/include/asm/
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-6.14.4/arch/s390/include/asm/
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-6.14.4/arch/x86/include/asm/
Dentry-common.h61 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
96 #define arch_exit_to_user_mode_prepare arch_exit_to_user_mode_prepare macro
/linux-6.14.4/include/linux/
Dentry-common.h265 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs,
268 #ifndef arch_exit_to_user_mode_prepare
269 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare() function
331 arch_exit_to_user_mode_prepare(regs, ti_work); in exit_to_user_mode_prepare()