Home
last modified time | relevance | path

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

/Linux-v6.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()
187 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST()
243 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST_SIGNAL()
267 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST()
299 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-v6.1/kernel/entry/
Dsyscall_user_dispatch.c79 case PR_SYS_DISPATCH_ON: in set_syscall_user_dispatch()
102 if (mode == PR_SYS_DISPATCH_ON) in set_syscall_user_dispatch()
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/Linux-v6.1/Documentation/admin-guide/
Dsyscall-user-dispatch.rst56 <op> is either PR_SYS_DISPATCH_ON or PR_SYS_DISPATCH_OFF, to enable and