Symbol: PR_SET_SYSCALL_USER_DISPATCH
kernel/sys.c
2801
case PR_SET_SYSCALL_USER_DISPATCH:
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
163
if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON,
tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c
21
#ifndef PR_SET_SYSCALL_USER_DISPATCH
tools/testing/selftests/syscall_user_dispatch/sud_test.c
19
#ifndef PR_SET_SYSCALL_USER_DISPATCH
tools/testing/selftests/syscall_user_dispatch/sud_test.c
224
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &glob_sel);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
280
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &glob_sel);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
304
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &sel);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
312
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_OFF, 0, 0, 0);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
336
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, -1L, &sel);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
355
EXPECT_EQ(0, prctl(PR_SET_SYSCALL_USER_DISPATCH, op, off, size, &glob_sel));
tools/testing/selftests/syscall_user_dispatch/sud_test.c
74
ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_EXCLUSIVE_ON, 0, 0, &sel);
tools/testing/selftests/syscall_user_dispatch/sud_test.c
92
EXPECT_EQ(0, prctl(PR_SET_SYSCALL_USER_DISPATCH, op, off, size, sel));
tools/testing/selftests/syscall_user_dispatch/sud_test.c
99
EXPECT_EQ(-1, prctl(PR_SET_SYSCALL_USER_DISPATCH, op, off, size, sel));