Searched refs:PR_SET_SYSCALL_USER_DISPATCH (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/tools/testing/selftests/syscall_user_dispatch/ |
D | sud_test.c | 17 #ifndef PR_SET_SYSCALL_USER_DISPATCH 18 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro 68 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST_SIGNAL() 89 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0, 0, &sel); in TEST() 96 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x1, 0x0, 0); in TEST() 100 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0xff, 0); in TEST() 104 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x0, &sel); in TEST() 109 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x0, 0x0); in TEST() 116 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x1, 0x0, &sel); in TEST() 118 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, -1L, 0x0, &sel); in TEST() [all …]
|
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-v6.1/include/uapi/linux/ |
D | prctl.h | 253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | prctl.h | 253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/Linux-v6.1/Documentation/admin-guide/ |
D | syscall-user-dispatch.rst | 54 prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <offset>, <length>, [selector])
|
/Linux-v6.1/kernel/ |
D | sys.c | 2617 case PR_SET_SYSCALL_USER_DISPATCH: in SYSCALL_DEFINE5()
|