Home
last modified time | relevance | path

Searched refs:PR_SYS_DISPATCH_OFF (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/entry/
H A Dsyscall_user_dispatch.c77 case PR_SYS_DISPATCH_OFF: in task_set_syscall_user_dispatch()
114 if (mode != PR_SYS_DISPATCH_OFF && selector && in task_set_syscall_user_dispatch()
123 if (mode != PR_SYS_DISPATCH_OFF) in task_set_syscall_user_dispatch()
149 cfg.mode = PR_SYS_DISPATCH_OFF; in syscall_user_dispatch_get_config()
/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c21 # define PR_SYS_DISPATCH_OFF 0 macro
113 op = PR_SYS_DISPATCH_OFF; in TEST()
312 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_OFF, 0, 0, 0); in TEST()
H A Dsud_benchmark.c23 # define PR_SYS_DISPATCH_OFF 0 macro
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst57 or PR_SYS_DISPATCH_OFF, to enable and disable the mechanism globally for
58 that thread. When PR_SYS_DISPATCH_OFF is used, the other fields must be zero.
99 PR_SYS_DISPATCH_OFF.
/linux/tools/testing/selftests/ptrace/
H A Dget_set_sud.c44 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_OFF); in TEST()
/linux/tools/include/uapi/linux/
H A Dprctl.h257 # define PR_SYS_DISPATCH_OFF 0 macro
/linux/include/uapi/linux/
H A Dprctl.h259 # define PR_SYS_DISPATCH_OFF 0 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h259 # define PR_SYS_DISPATCH_OFF 0 macro