Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dcompat.h131 struct compat_shmid64_ds { struct
132 struct compat_ipc64_perm shm_perm;
133 unsigned int shm_atime_high;
134 unsigned int shm_atime;
135 unsigned int shm_dtime_high;
136 unsigned int shm_dtime;
137 unsigned int shm_ctime_high;
138 unsigned int shm_ctime;
139 unsigned int __unused4;
140 compat_size_t shm_segsz;
[all …]
/Linux-v5.15/arch/arm64/include/asm/
Dcompat.h152 struct compat_shmid64_ds { struct
153 struct compat_ipc64_perm shm_perm;
154 compat_size_t shm_segsz;
155 compat_ulong_t shm_atime;
156 compat_ulong_t shm_atime_high;
157 compat_ulong_t shm_dtime;
158 compat_ulong_t shm_dtime_high;
159 compat_ulong_t shm_ctime;
160 compat_ulong_t shm_ctime_high;
161 compat_pid_t shm_cpid;
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dcompat.h138 struct compat_shmid64_ds { struct
139 struct compat_ipc64_perm shm_perm;
140 compat_size_t shm_segsz;
141 compat_ulong_t shm_atime;
142 compat_ulong_t shm_atime_high;
143 compat_ulong_t shm_dtime;
144 compat_ulong_t shm_dtime_high;
145 compat_ulong_t shm_ctime;
146 compat_ulong_t shm_ctime_high;
147 compat_pid_t shm_cpid;
[all …]
/Linux-v5.15/arch/parisc/include/asm/
Dcompat.h143 struct compat_shmid64_ds { struct
144 struct compat_ipc64_perm shm_perm;
145 unsigned int shm_atime_high;
146 unsigned int shm_atime;
147 unsigned int shm_dtime_high;
148 unsigned int shm_dtime;
149 unsigned int shm_ctime_high;
150 unsigned int shm_ctime;
151 unsigned int __unused4;
152 compat_size_t shm_segsz;
[all …]
/Linux-v5.15/arch/sparc/include/asm/
Dcompat.h161 struct compat_shmid64_ds { struct
162 struct compat_ipc64_perm shm_perm;
163 unsigned int shm_atime_high;
164 unsigned int shm_atime;
165 unsigned int shm_dtime_high;
166 unsigned int shm_dtime;
167 unsigned int shm_ctime_high;
168 unsigned int shm_ctime;
169 compat_size_t shm_segsz;
170 compat_pid_t shm_cpid;
[all …]
/Linux-v5.15/arch/mips/include/asm/
Dcompat.h153 struct compat_shmid64_ds { struct
154 struct compat_ipc64_perm shm_perm;
155 compat_size_t shm_segsz;
156 compat_ulong_t shm_atime;
157 compat_ulong_t shm_dtime;
158 compat_ulong_t shm_ctime;
159 compat_pid_t shm_cpid;
160 compat_pid_t shm_lpid;
161 compat_ulong_t shm_nattch;
162 compat_ushort_t shm_atime_high;
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dcompat.h223 struct compat_shmid64_ds { struct
224 struct compat_ipc64_perm shm_perm;
225 compat_size_t shm_segsz;
226 compat_ulong_t shm_atime;
227 compat_ulong_t shm_atime_high;
228 compat_ulong_t shm_dtime;
229 compat_ulong_t shm_dtime_high;
230 compat_ulong_t shm_ctime;
231 compat_ulong_t shm_ctime_high;
232 compat_pid_t shm_cpid;
[all …]