Searched refs:KERNEL_START_PHYS (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dsystem.h24 #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */ macro
26 #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */ macro
29 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS)
31 #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
32 #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
33 #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
34 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
36 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h24 #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */ macro
26 #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */ macro
29 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS)
31 #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
32 #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
33 #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
34 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
36 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/mm/
H A Dnuma.c148 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/mm/
H A Dnuma.c148 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c358 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsetup.c358 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS);

Completed in 85 milliseconds