Home
last modified time | relevance | path

Searched refs:syscall_user_dispatch (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dsyscall_user_dispatch.h12 struct syscall_user_dispatch { struct
26 struct syscall_user_dispatch {}; argument
A Dsched.h1119 struct syscall_user_dispatch syscall_dispatch;
/linux-6.3-rc2/kernel/entry/
A Dsyscall_user_dispatch.c34 bool syscall_user_dispatch(struct pt_regs *regs) in syscall_user_dispatch() function
36 struct syscall_user_dispatch *sd = &current->syscall_dispatch; in syscall_user_dispatch()
A Dcommon.h5 bool syscall_user_dispatch(struct pt_regs *regs);
A DMakefile12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
A Dcommon.c59 if (syscall_user_dispatch(regs)) in syscall_trace_enter()
/linux-6.3-rc2/tools/testing/selftests/
A DMakefile77 TARGETS += syscall_user_dispatch

Completed in 16 milliseconds