Home
last modified time | relevance | path

Searched refs:KERNEL_START_PHYS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dsetup.h18 #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */ macro
20 #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */ macro
23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS)
25 #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
26 #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
27 #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
28 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
30 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c366 kernel_size = virt_to_phys(kernel_end) - KERNEL_START_PHYS; in setup_memory()
367 memblock_reserve(KERNEL_START_PHYS, kernel_size); in setup_memory()