KERNEL_START_PHYS 23 arch/alpha/include/uapi/asm/setup.h #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) KERNEL_START_PHYS 25 arch/alpha/include/uapi/asm/setup.h #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000) KERNEL_START_PHYS 26 arch/alpha/include/uapi/asm/setup.h #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000) KERNEL_START_PHYS 27 arch/alpha/include/uapi/asm/setup.h #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000) KERNEL_START_PHYS 28 arch/alpha/include/uapi/asm/setup.h #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000) KERNEL_START_PHYS 30 arch/alpha/include/uapi/asm/setup.h #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000) KERNEL_START_PHYS 370 arch/alpha/kernel/setup.c kernel_size = virt_to_phys(kernel_end) - KERNEL_START_PHYS; KERNEL_START_PHYS 371 arch/alpha/kernel/setup.c memblock_reserve(KERNEL_START_PHYS, kernel_size); KERNEL_START_PHYS 141 arch/alpha/mm/numa.c start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS); KERNEL_START_PHYS 176 arch/alpha/mm/numa.c kernel_size = virt_to_phys(kernel_end) - KERNEL_START_PHYS; KERNEL_START_PHYS 177 arch/alpha/mm/numa.c memblock_reserve(KERNEL_START_PHYS, kernel_size);