Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/entry/
Dcommon.c56 syscall_exit_to_user_mode(regs); in do_syscall_64()
97 syscall_exit_to_user_mode(regs); in do_int80_syscall_32()
143 syscall_exit_to_user_mode(regs); in __do_fast_syscall_32()
Dentry_64.S292 call syscall_exit_to_user_mode /* returns with IRQs disabled */
Dentry_32.S843 call syscall_exit_to_user_mode
/kernel/linux/linux-5.10/include/linux/
Dentry-common.h313 void syscall_exit_to_user_mode(struct pt_regs *regs);
/kernel/linux/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