Searched refs:PR_SET_SYSCALL_USER_DISPATCH (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/syscall_user_dispatch/ |
| H A D | sud_test.c | 19 #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 D | sud_benchmark.c | 21 #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 D | prctl.h | 256 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
| /linux/include/uapi/linux/ |
| H A D | prctl.h | 268 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | prctl.h | 268 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
| /linux/Documentation/admin-guide/ |
| H A D | syscall-user-dispatch.rst | 54 prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <offset>, <length>, [selector])
|
| /linux/kernel/ |
| H A D | sys.c | 2801 case PR_SET_SYSCALL_USER_DISPATCH: in SYSCALL_DEFINE5()
|