Searched refs:PR_SYS_DISPATCH_ON (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/ |
H A D | sud_test.c | 20 # 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() 201 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST() 257 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel); in TEST_SIGNAL() 281 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST() 313 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, -1L, &sel); in TEST()
|
H A D | sud_benchmark.c | 24 # define PR_SYS_DISPATCH_ON 1 macro 163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, in main()
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | get_set_sud.c | 38 config.mode = PR_SYS_DISPATCH_ON; in TEST() 49 config.mode = PR_SYS_DISPATCH_ON; in TEST() 64 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_ON); in TEST()
|
/openbmc/linux/kernel/entry/ |
H A D | syscall_user_dispatch.c | 81 case PR_SYS_DISPATCH_ON: in task_set_syscall_user_dispatch() 113 if (mode == PR_SYS_DISPATCH_ON) in task_set_syscall_user_dispatch() 137 cfg.mode = PR_SYS_DISPATCH_ON; in syscall_user_dispatch_get_config()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 255 # define PR_SYS_DISPATCH_ON 1 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | prctl.h | 255 # define PR_SYS_DISPATCH_ON 1 macro
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | syscall-user-dispatch.rst | 56 <op> is either PR_SYS_DISPATCH_ON or PR_SYS_DISPATCH_OFF, to enable and
|