Home
last modified time | relevance | path

Searched refs:syscall_exit_to_user_mode (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/arch/x86/entry/
Dcommon.c56 syscall_exit_to_user_mode(regs); in do_syscall_64()
96 syscall_exit_to_user_mode(regs); in do_int80_syscall_32()
129 syscall_exit_to_user_mode(regs); in __do_fast_syscall_32()
138 syscall_exit_to_user_mode(regs); in __do_fast_syscall_32()
Dentry_64.S289 call syscall_exit_to_user_mode /* returns with IRQs disabled */
Dentry_32.S845 call syscall_exit_to_user_mode
/linux-5.10/include/linux/
Dentry-common.h313 void syscall_exit_to_user_mode(struct pt_regs *regs);
/linux-5.10/kernel/entry/
Dcommon.c261 __visible noinstr void syscall_exit_to_user_mode(struct pt_regs *regs) in syscall_exit_to_user_mode() function