Searched refs:SECCOMP_ARCH (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h139 #define SECCOMP_ARCH AUDIT_ARCH_I386 macro
204 #define SECCOMP_ARCH AUDIT_ARCH_X86_64 macro
250 #define SECCOMP_ARCH AUDIT_ARCH_ARM macro
320 #define SECCOMP_ARCH AUDIT_ARCH_MIPSEL macro
384 #define SECCOMP_ARCH AUDIT_ARCH_AARCH64 macro
H A Dtrap.cc172 sigsys_nr_is_bad || sigsys.arch != SECCOMP_ARCH) {
220 SECCOMP_ARCH,
H A Dverifier.cc327 static_cast<uint32_t>(SECCOMP_ARCH)};
H A Dsandbox_bpf.cc688 // If the architecture doesn't match SECCOMP_ARCH, disallow the
695 SECCOMP_ARCH,

Completed in 90 milliseconds