Home
last modified time | relevance | path

Searched refs:PR_SET_SYSCALL_USER_DISPATCH (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c17 #ifndef PR_SET_SYSCALL_USER_DISPATCH
18 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro
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()
122 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x1, (void *) -1); in TEST()
[all …]
H A Dsud_benchmark.c21 #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()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h253 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/openbmc/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst54 prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <offset>, <length>, [selector])
/openbmc/linux/kernel/
H A Dsys.c2701 case PR_SET_SYSCALL_USER_DISPATCH: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6303 #ifndef PR_SET_SYSCALL_USER_DISPATCH
6304 # define PR_SET_SYSCALL_USER_DISPATCH 59 macro
6476 case PR_SET_SYSCALL_USER_DISPATCH: in do_prctl()