Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_ACTION (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc113 if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) { in AppendInstruction()
116 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) { in AppendInstruction()
119 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRACE) { in AppendInstruction()
Dverifier.cc199 switch (r & SECCOMP_RET_ACTION) { in EvaluateBPF()
Dbpf_dsl.cc40 return (ret_ & SECCOMP_RET_ACTION) == action; in IsAction()
Dpolicy_compiler.cc432 if (has_unsafe_traps_ && (ret & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) { in Return()
/external/strace/
Dseccomp.c48 # ifndef SECCOMP_RET_ACTION
49 # define SECCOMP_RET_ACTION 0x7fff0000U macro
128 unsigned int action = SECCOMP_RET_ACTION & filter->k; in decode_bpf_stmt()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h35 #define SECCOMP_RET_ACTION 0x7fff0000U macro
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h97 #define SECCOMP_RET_ACTION 0xffff0000U // Masks for the return value macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c73 #define SECCOMP_RET_ACTION 0x7fff0000U macro
/external/seccomp-tests/linux/
Dseccomp_bpf.c79 #define SECCOMP_RET_ACTION 0x7fff0000U macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c79 #define SECCOMP_RET_ACTION 0x7fff0000U macro