OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
alpha
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:12 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
06/16/2023 05:32:39 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
06/16/2023 05:32:39 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: setup.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ALPHA_SETUP_H #define __ALPHA_SETUP_H #define COMMAND_LINE_SIZE 256 /* * We leave one page for the initial stack page, and one page for * the initial process structure. Also, the console eats 3 MB for * the initial bootloader (one of which we can reclaim later). */ #define BOOT_PCB 0x20000000 #define BOOT_ADDR 0x20000000 /* Remove when official MILO sources have ELF support: */ #define BOOT_SIZE (16*1024) #ifdef CONFIG_ALPHA_LEGACY_START_ADDRESS #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */ #else #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */ #endif #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) #define SWAPPER_PGD KERNEL_START #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000) #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000) #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000) #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000) #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000) /* * This is setup by the secondary bootstrap loader. Because * the zero page is zeroed out as soon as the vm system is * initialized, we need to copy things out into a more permanent * place. */ #define PARAM ZERO_PGE #define COMMAND_LINE ((char*)(PARAM + 0x0000)) #define INITRD_START (*(unsigned long *) (PARAM+0x100)) #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108)) #endif