Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c20 # define PR_SYS_DISPATCH_ON 1 macro
68 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST_SIGNAL()
113 op = PR_SYS_DISPATCH_ON; in TEST()
128 prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 1, -1L, &sel); in TEST()
136 prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, -1L, 0x1, &sel); in TEST()
201 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST()
257 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST_SIGNAL()
281 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST()
313 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, -1L, &sel); in TEST()
H A Dsud_benchmark.c24 # define PR_SYS_DISPATCH_ON 1 macro
163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, in main()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_set_sud.c38 config.mode = PR_SYS_DISPATCH_ON; in TEST()
49 config.mode = PR_SYS_DISPATCH_ON; in TEST()
64 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_ON); in TEST()
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c81 case PR_SYS_DISPATCH_ON: in task_set_syscall_user_dispatch()
113 if (mode == PR_SYS_DISPATCH_ON) in task_set_syscall_user_dispatch()
137 cfg.mode = PR_SYS_DISPATCH_ON; in syscall_user_dispatch_get_config()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/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