Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A 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()
H A Dentry_64.S292 call syscall_exit_to_user_mode /* returns with IRQs disabled */
H A Dentry_32.S843 call syscall_exit_to_user_mode
/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h314 void syscall_exit_to_user_mode(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c269 __visible noinstr void syscall_exit_to_user_mode(struct pt_regs *regs) in syscall_exit_to_user_mode() function