Searched refs:SYSCALL_DISPATCH_FILTER_ALLOW (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c25 # define SYSCALL_DISPATCH_FILTER_ALLOW 0 macro
61 #define SYSCALL_UNBLOCK (selector = SYSCALL_DISPATCH_FILTER_ALLOW)
175 if (selector == SYSCALL_DISPATCH_FILTER_ALLOW) {
H A Dsud_test.c21 # define SYSCALL_DISPATCH_FILTER_ALLOW 0 macro
36 #define SYSCALL_DISPATCH_OFF(x) ((x) = SYSCALL_DISPATCH_FILTER_ALLOW)
61 char sel = SYSCALL_DISPATCH_FILTER_ALLOW;
84 char sel = SYSCALL_DISPATCH_FILTER_ALLOW;
239 glob_sel = SYSCALL_DISPATCH_FILTER_ALLOW;
307 char sel = SYSCALL_DISPATCH_FILTER_ALLOW;
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c56 if (likely(state == SYSCALL_DISPATCH_FILTER_ALLOW))
/linux-master/include/uapi/linux/
H A Dprctl.h257 # define SYSCALL_DISPATCH_FILTER_ALLOW 0 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h257 # define SYSCALL_DISPATCH_FILTER_ALLOW 0 macro

Completed in 149 milliseconds