Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsetup.h17 #define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */ macro
19 #define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */ macro
22 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS)
24 #define INIT_STACK (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
25 #define EMPTY_PGT (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
26 #define EMPTY_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
27 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
29 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
/linux-4.4.14/arch/alpha/mm/
Dnuma.c151 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS); in setup_memory_node()
/linux-4.4.14/arch/alpha/kernel/
Dsetup.c365 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS); in setup_memory()