Searched refs:PR_SYS_DISPATCH_ON (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/ptrace/
H A Dget_set_sud.c38 config.mode = PR_SYS_DISPATCH_ON;
49 config.mode = PR_SYS_DISPATCH_ON;
64 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_ON);
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c20 # define PR_SYS_DISPATCH_ON 1 macro
68 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel);
112 /* PR_SYS_DISPATCH_ON */
113 op = PR_SYS_DISPATCH_ON;
128 prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 1, -1L, &sel);
136 prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, -1L, 0x1, &sel);
201 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel);
257 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &glob_sel);
281 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel);
313 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON,
[all...]
H A Dsud_benchmark.c24 # define PR_SYS_DISPATCH_ON 1 macro
163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON,
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c81 case PR_SYS_DISPATCH_ON:
113 if (mode == PR_SYS_DISPATCH_ON)
137 cfg.mode = PR_SYS_DISPATCH_ON;
/linux-master/include/uapi/linux/
H A Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h255 # define PR_SYS_DISPATCH_ON 1 macro

Completed in 145 milliseconds