Lines Matching refs:offsetof
42 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
43 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
44 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
46 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data, \
48 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
50 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
104 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
105 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
106 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
108 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data, \
110 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
112 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
142 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
143 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
144 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
146 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data, \
148 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
150 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
216 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
217 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
218 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
220 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data, \
222 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
224 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
269 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
270 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
272 (offsetof(struct arch_seccomp_data, instruction_pointer) + 4)
274 (offsetof(struct arch_seccomp_data, instruction_pointer) + 0)
276 (offsetof(struct arch_seccomp_data, args) + 8 * (nr) + 4)
278 (offsetof(struct arch_seccomp_data, args) + 8 * (nr) + 0)