Home
last modified time | relevance | path

Searched defs:compat_shmid64_ds (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h191 struct compat_shmid64_ds { struct
192 struct compat_ipc64_perm shm_perm;
193 unsigned int shm_atime_high;
194 unsigned int shm_atime;
195 unsigned int shm_dtime_high;
196 unsigned int shm_dtime;
197 unsigned int shm_ctime_high;
198 unsigned int shm_ctime;
199 unsigned int __unused4;
200 compat_size_t shm_segsz;
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h163 struct compat_shmid64_ds { struct
164 struct compat_ipc64_perm shm_perm;
165 compat_size_t shm_segsz;
166 compat_ulong_t shm_atime;
167 compat_ulong_t shm_atime_high;
168 compat_ulong_t shm_dtime;
169 compat_ulong_t shm_dtime_high;
170 compat_ulong_t shm_ctime;
171 compat_ulong_t shm_ctime_high;
172 compat_pid_t shm_cpid;
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h210 struct compat_shmid64_ds { struct
211 struct compat_ipc64_perm shm_perm;
212 compat_size_t shm_segsz;
213 compat_ulong_t shm_atime;
214 compat_ulong_t shm_atime_high;
215 compat_ulong_t shm_dtime;
216 compat_ulong_t shm_dtime_high;
217 compat_ulong_t shm_ctime;
218 compat_ulong_t shm_ctime_high;
219 compat_pid_t shm_cpid;
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h167 struct compat_shmid64_ds { struct
168 struct compat_ipc64_perm shm_perm;
169 unsigned int shm_atime_high;
170 unsigned int shm_atime;
171 unsigned int shm_dtime_high;
172 unsigned int shm_dtime;
173 unsigned int shm_ctime_high;
174 unsigned int shm_ctime;
175 unsigned int __unused4;
176 compat_size_t shm_segsz;
[all …]
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h221 struct compat_shmid64_ds { struct
222 struct compat_ipc64_perm shm_perm;
223 unsigned int shm_atime_high;
224 unsigned int shm_atime;
225 unsigned int shm_dtime_high;
226 unsigned int shm_dtime;
227 unsigned int shm_ctime_high;
228 unsigned int shm_ctime;
229 compat_size_t shm_segsz;
230 compat_pid_t shm_cpid;
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h201 struct compat_shmid64_ds { struct
202 struct compat_ipc64_perm shm_perm;
203 compat_size_t shm_segsz;
204 compat_ulong_t shm_atime;
205 compat_ulong_t shm_dtime;
206 compat_ulong_t shm_ctime;
207 compat_pid_t shm_cpid;
208 compat_pid_t shm_lpid;
209 compat_ulong_t shm_nattch;
210 compat_ushort_t shm_atime_high;
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h261 struct compat_shmid64_ds { struct
262 struct compat_ipc64_perm shm_perm;
263 compat_size_t shm_segsz;
264 compat_ulong_t shm_atime;
265 compat_ulong_t shm_atime_high;
266 compat_ulong_t shm_dtime;
267 compat_ulong_t shm_dtime_high;
268 compat_ulong_t shm_ctime;
269 compat_ulong_t shm_ctime_high;
270 compat_pid_t shm_cpid;
[all …]