Searched refs:SECCOMP_ARG_LSB_IDX (Results 1 – 3 of 3) sorted by relevance
50 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro112 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro150 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro224 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro277 #define SECCOMP_ARG_LSB_IDX(nr) \ macro
325 const uint32_t lower = SECCOMP_ARG_LSB_IDX(argno); in MaskedEqualHalf()369 : SECCOMP_ARG_LSB_IDX(argno); in MaskedEqualHalf()
90 if (maybe_argno < 6 && insn.k == SECCOMP_ARG_LSB_IDX(maybe_argno)) { in AppendInstruction()