Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/syscall_user_dispatch/
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()
Dsud_benchmark.c24 # define PR_SYS_DISPATCH_ON 1 macro
163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, in main()
/linux-6.12.1/tools/testing/selftests/ptrace/
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()
/linux-6.12.1/kernel/entry/
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()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/linux-6.12.1/tools/include/uapi/linux/
Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/linux-6.12.1/include/uapi/linux/
Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/linux-6.12.1/Documentation/admin-guide/
Dsyscall-user-dispatch.rst56 <op> is either PR_SYS_DISPATCH_ON or PR_SYS_DISPATCH_OFF, to enable and