Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsyscall_user_dispatch.h12 struct syscall_user_dispatch { struct
32 struct syscall_user_dispatch {}; argument
Dsched.h1125 struct syscall_user_dispatch syscall_dispatch;
/linux-6.6.21/kernel/entry/
Dsyscall_user_dispatch.c35 bool syscall_user_dispatch(struct pt_regs *regs) in syscall_user_dispatch() function
37 struct syscall_user_dispatch *sd = &current->syscall_dispatch; in syscall_user_dispatch()
130 struct syscall_user_dispatch *sd = &task->syscall_dispatch; in syscall_user_dispatch_get_config()
Dcommon.h5 bool syscall_user_dispatch(struct pt_regs *regs);
DMakefile12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
Dcommon.c59 if (syscall_user_dispatch(regs)) in syscall_trace_enter()
/linux-6.6.21/tools/testing/selftests/
DMakefile84 TARGETS += syscall_user_dispatch