/
usr
/
src
/
kernels
/
4.18.0-553.121.1.el8_10.x86_64
/
arch
/
x86
/
include
/
uapi
/
asm
/
/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/arch/x86/include/uapi/asm
mkdir
upload
Name
Size
Mode
Actions
a.out.h
756
0644
edit
dl
rm
amd_hsmp.h
8902
0644
edit
dl
rm
auxvec.h
618
0644
edit
dl
rm
bitsperlong.h
321
0644
edit
dl
rm
boot.h
338
0644
edit
dl
rm
bootparam.h
7755
0644
edit
dl
rm
byteorder.h
176
0644
edit
dl
rm
debugreg.h
3344
0644
edit
dl
rm
e820.h
2620
0644
edit
dl
rm
errno.h
31
0644
edit
dl
rm
fcntl.h
31
0644
edit
dl
rm
hwcap2.h
270
0644
edit
dl
rm
hw_breakpoint.h
69
0644
edit
dl
rm
ioctl.h
31
0644
edit
dl
rm
ioctls.h
32
0644
edit
dl
rm
ipcbuf.h
32
0644
edit
dl
rm
ist.h
869
0644
edit
dl
rm
Kbuild
225
0644
edit
dl
rm
kvm.h
11719
0644
edit
dl
rm
kvm_para.h
4355
0644
edit
dl
rm
kvm_perf.h
388
0644
edit
dl
rm
ldt.h
1306
0644
edit
dl
rm
mce.h
1703
0644
edit
dl
rm
mman.h
1002
0644
edit
dl
rm
msgbuf.h
1053
0644
edit
dl
rm
msr.h
361
0644
edit
dl
rm
mtrr.h
4240
0644
edit
dl
rm
param.h
31
0644
edit
dl
rm
perf_regs.h
1403
0644
edit
dl
rm
posix_types.h
250
0644
edit
dl
rm
posix_types_32.h
765
0644
edit
dl
rm
posix_types_64.h
609
0644
edit
dl
rm
posix_types_x32.h
581
0644
edit
dl
rm
prctl.h
618
0644
edit
dl
rm
processor-flags.h
6638
0644
edit
dl
rm
ptrace-abi.h
2037
0644
edit
dl
rm
ptrace.h
1630
0644
edit
dl
rm
resource.h
34
0644
edit
dl
rm
sembuf.h
1045
0644
edit
dl
rm
setup.h
6
0644
edit
dl
rm
sgx.h
8357
0644
edit
dl
rm
shmbuf.h
1258
0644
edit
dl
rm
sigcontext.h
9951
0644
edit
dl
rm
sigcontext32.h
247
0644
edit
dl
rm
siginfo.h
422
0644
edit
dl
rm
signal.h
3040
0644
edit
dl
rm
sockios.h
33
0644
edit
dl
rm
stat.h
3131
0644
edit
dl
rm
statfs.h
416
0644
edit
dl
rm
svm.h
9788
0644
edit
dl
rm
swab.h
769
0644
edit
dl
rm
termbits.h
34
0644
edit
dl
rm
termios.h
33
0644
edit
dl
rm
types.h
152
0644
edit
dl
rm
ucontext.h
2117
0644
edit
dl
rm
unistd.h
400
0644
edit
dl
rm
vm86.h
3133
0644
edit
dl
rm
vmx.h
7383
0644
edit
dl
rm
vsyscall.h
278
0644
edit
dl
rm
Edit:
/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/arch/x86/include/uapi/asm/shmbuf.h
(1258B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_X86_SHMBUF_H #define __ASM_X86_SHMBUF_H #if !defined(__x86_64__) || !defined(__ILP32__) #include <asm-generic/shmbuf.h> #else /* * The shmid64_ds structure for x86 architecture with x32 ABI. * * On x86-32 and x86-64 we can just use the generic definition, but * x32 uses the same binary layout as x86_64, which is differnet * from other 32-bit architectures. */ struct shmid64_ds { struct ipc64_perm shm_perm; /* operation perms */ size_t shm_segsz; /* size of segment (bytes) */ __kernel_time_t shm_atime; /* last attach time */ __kernel_time_t shm_dtime; /* last detach time */ __kernel_time_t shm_ctime; /* last change time */ __kernel_pid_t shm_cpid; /* pid of creator */ __kernel_pid_t shm_lpid; /* pid of last operator */ __kernel_ulong_t shm_nattch; /* no. of current attaches */ __kernel_ulong_t __unused4; __kernel_ulong_t __unused5; }; struct shminfo64 { __kernel_ulong_t shmmax; __kernel_ulong_t shmmin; __kernel_ulong_t shmmni; __kernel_ulong_t shmseg; __kernel_ulong_t shmall; __kernel_ulong_t __unused1; __kernel_ulong_t __unused2; __kernel_ulong_t __unused3; __kernel_ulong_t __unused4; }; #endif #endif /* __ASM_X86_SHMBUF_H */
Save
cmd:
run