Searched refs:PR_SET_SYSCALL_USER_DISPATCH (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/ |
H A D | sud_test.c | 17 #ifndef PR_SET_SYSCALL_USER_DISPATCH 18 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro 40 * - dispatch_trigger_sigsys: Verify if PR_SET_SYSCALL_USER_DISPATCH is 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, o 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()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | prctl.h | 253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | prctl.h | 253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 2698 case PR_SET_SYSCALL_USER_DISPATCH: in SYSCALL_DEFINE5()
|
Completed in 6 milliseconds