Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRAP (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dseccomp_ret_action.h8 #if !(defined(SECCOMP_RET_TRAP) || (defined(HAVE_DECL_SECCOMP_RET_TRAP) && HAVE_DECL_SECCOMP_RET_TR…
9 # define SECCOMP_RET_TRAP 0x00030000U macro
29 XLAT(SECCOMP_RET_TRAP),
Dseccomp_ret_action.in3 SECCOMP_RET_TRAP 0x00030000U
/external/strace/tests-mx32/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/strace/tests-m32/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/strace/tests/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/minijail/
Dbpf.h49 #define SECCOMP_RET_TRAP 0x00030000U /* return SIGSYS */ macro
157 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_TRAP)
Dsyscall_filter_unittest_macros.h70 BPF_RET+BPF_K, SECCOMP_RET_TRAP); \
Dsyscall_filter_unittest.cc1132 SECCOMP_RET_TRAP); in TEST()
1315 EXPECT_EQ_STMT(actual.filter + index + 8, BPF_RET + BPF_K, SECCOMP_RET_TRAP); in TEST()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h35 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c81 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
Dresumption.c112 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
Dseccomp_bpf_tests.c67 #define SECCOMP_RET_TRAP 0x00030000U // disallow and force a SIGSYS macro
421 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
544 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c96 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
857 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
998 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
2840 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP,
/external/seccomp-tests/linux/
Dseccomp_bpf.c73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()