OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
alpha
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📄
Kbuild
101 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
a.out.h
2 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
774 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bitsperlong.h
237 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
194 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
compiler.h
4.12 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
console.h
1.15 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
errno.h
5.31 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
fcntl.h
1.86 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
fpu.h
4.52 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
gentrap.h
1.43 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctl.h
2.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctls.h
4.32 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
ipcbuf.h
95 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
kvm_para.h
97 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mman.h
3.45 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
msgbuf.h
922 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
pal.h
1.01 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
param.h
313 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
poll.h
93 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
513 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
1.66 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
reg.h
1005 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
regdef.h
1.04 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
resource.h
761 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sembuf.h
670 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
1.43 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
shmbuf.h
1.08 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
891 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
siginfo.h
468 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
3.08 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
socket.h
2.54 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sockios.h
497 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
stat.h
1.05 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
statfs.h
314 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
1.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sysinfo.h
775 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
termbits.h
5.14 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
termios.h
1.49 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
types.h
884 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
14.99 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: auxvec.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_ALPHA_AUXVEC_H #define __ASM_ALPHA_AUXVEC_H /* Reserve these numbers for any future use of a VDSO. */ #if 0 #define AT_SYSINFO 32 #define AT_SYSINFO_EHDR 33 #endif /* More complete cache descriptions than AT_[DIU]CACHEBSIZE. If the value is -1, then the cache doesn't exist. Otherwise: bit 0-3: Cache set-associativity; 0 means fully associative. bit 4-7: Log2 of cacheline size. bit 8-31: Size of the entire cache >> 8. bit 32-63: Reserved. */ #define AT_L1I_CACHESHAPE 34 #define AT_L1D_CACHESHAPE 35 #define AT_L2_CACHESHAPE 36 #define AT_L3_CACHESHAPE 37 #define AT_VECTOR_SIZE_ARCH 4 /* entries in ARCH_DLINFO */ #endif /* __ASM_ALPHA_AUXVEC_H */