Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c19 # define PR_SYS_DISPATCH_OFF 0 macro
93 op = PR_SYS_DISPATCH_OFF; in TEST()
289 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
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c77 case PR_SYS_DISPATCH_OFF: in task_set_syscall_user_dispatch()
139 cfg.mode = PR_SYS_DISPATCH_OFF; in syscall_user_dispatch_get_config()
/openbmc/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst56 <op> is either PR_SYS_DISPATCH_ON or PR_SYS_DISPATCH_OFF, to enable and
58 PR_SYS_DISPATCH_OFF is used, the other fields must be zero.
94 PR_SYS_DISPATCH_OFF.
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_set_sud.c44 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_OFF); in TEST()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h254 # define PR_SYS_DISPATCH_OFF 0 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h254 # define PR_SYS_DISPATCH_OFF 0 macro