Searched refs:SECCOMP_RET_DATA (Results 1 - 16 of 16) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h36 #define SECCOMP_RET_DATA 0x0000ffffU macro
/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_seccomp.h98 #define SECCOMP_RET_DATA 0x0000ffffU // sections macro
/external/libchrome/sandbox/linux/bpf_dsl/
H A Ddump_bpf.cc115 insn.k & SECCOMP_RET_DATA);
118 insn.k & SECCOMP_RET_DATA);
121 insn.k & SECCOMP_RET_DATA);
H A Dpolicy_compiler.cc69 int err = reinterpret_cast<intptr_t>(aux) & SECCOMP_RET_DATA;
442 return Trap(ReturnErrno, reinterpret_cast<void*>(ret & SECCOMP_RET_DATA),
/external/minijail/
H A Dbpf.h53 #define SECCOMP_RET_DATA 0x0000ffffU /* mask for return value */ macro
161 SECCOMP_RET_ERRNO | ((_errno) & SECCOMP_RET_DATA))
H A Dsyscall_filter_unittest.cc653 SECCOMP_RET_ERRNO | (1 & SECCOMP_RET_DATA));
688 SECCOMP_RET_ERRNO | (1 & SECCOMP_RET_DATA));
/external/strace/tests/
H A Dprctl-seccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
H A Dseccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
/external/strace/tests-m32/
H A Dprctl-seccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
H A Dseccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
/external/strace/tests-mx32/
H A Dprctl-seccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
H A Dseccomp-filter-v.c61 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ERRNO|(SECCOMP_RET_DATA & (err)))
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dtrap.cc286 // identifiers in the range from 0 to SECCOMP_RET_DATA (0xFFFF). We want to
301 if (trap_array_size_ >= SECCOMP_RET_DATA /* 0xFFFF */ ||
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c74 #define SECCOMP_RET_DATA 0x0000ffffU macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c80 #define SECCOMP_RET_DATA 0x0000ffffU macro
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c80 #define SECCOMP_RET_DATA 0x0000ffffU macro

Completed in 1812 milliseconds