Lines Matching refs:nr
42 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
48 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
49 8*(nr) + 4)
50 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
51 8*(nr) + 0)
104 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
110 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
111 8*(nr) + 4)
112 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
113 8*(nr) + 0)
142 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
148 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
149 8*(nr) + 4)
150 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
151 8*(nr) + 0)
216 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
222 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
223 8*(nr) + 4)
224 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ argument
225 8*(nr) + 0)
269 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
275 #define SECCOMP_ARG_MSB_IDX(nr) \ argument
276 (offsetof(struct arch_seccomp_data, args) + 8 * (nr) + 4)
277 #define SECCOMP_ARG_LSB_IDX(nr) \ argument
278 (offsetof(struct arch_seccomp_data, args) + 8 * (nr) + 0)