Home
last modified time | relevance | path

Searched refs:SYSCALL_DISPATCH_FILTER_BLOCK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c26 # define SYSCALL_DISPATCH_FILTER_BLOCK 1 macro
60 #define SYSCALL_BLOCK (selector = SYSCALL_DISPATCH_FILTER_BLOCK)
H A Dsud_test.c22 # define SYSCALL_DISPATCH_FILTER_BLOCK 1 macro
35 #define SYSCALL_DISPATCH_ON(x) ((x) = SYSCALL_DISPATCH_FILTER_BLOCK)
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h258 # define SYSCALL_DISPATCH_FILTER_BLOCK 1 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h258 # define SYSCALL_DISPATCH_FILTER_BLOCK 1 macro
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c59 if (state != SYSCALL_DISPATCH_FILTER_BLOCK) { in syscall_user_dispatch()
/openbmc/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst73 can be set to SYSCALL_DISPATCH_FILTER_ALLOW or SYSCALL_DISPATCH_FILTER_BLOCK.