Home
last modified time | relevance | path

Searched refs:SECCOMP_ARG_LSB_IDX (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h50 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
112 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
150 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
224 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
277 #define SECCOMP_ARG_LSB_IDX(nr) \ macro
Dpolicy_compiler.cc325 const uint32_t lower = SECCOMP_ARG_LSB_IDX(argno); in MaskedEqualHalf()
369 : SECCOMP_ARG_LSB_IDX(argno); in MaskedEqualHalf()
Ddump_bpf.cc90 if (maybe_argno < 6 && insn.k == SECCOMP_ARG_LSB_IDX(maybe_argno)) { in AppendInstruction()