Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c19 #ifndef PR_SET_SYSCALL_USER_DISPATCH
20 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro
74 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &sel); in TEST_SIGNAL()
92 EXPECT_EQ(0, prctl(PR_SET_SYSCALL_USER_DISPATCH, op, off, size, sel)); in prctl_valid()
99 EXPECT_EQ(-1, prctl(PR_SET_SYSCALL_USER_DISPATCH, op, off, size, sel)); in prctl_invalid()
224 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &glob_sel); in TEST()
280 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &glob_sel); in TEST_SIGNAL()
304 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &sel); in TEST()
312 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_OFF, 0, 0, 0); in TEST()
336 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, -1L, &sel); in TEST()
[all …]
H A Dsud_benchmark.c21 #ifndef PR_SET_SYSCALL_USER_DISPATCH
22 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro
163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, in main()
/linux/tools/include/uapi/linux/
H A Dprctl.h256 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/linux/include/uapi/linux/
H A Dprctl.h268 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h268 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst54 prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <offset>, <length>, [selector])
/linux/kernel/
H A Dsys.c2801 case PR_SET_SYSCALL_USER_DISPATCH: in SYSCALL_DEFINE5()