Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/include/asm/
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)
/linux-2.6.39/arch/alpha/mm/
Dnuma.c152 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS); in setup_memory_node()
/linux-2.6.39/arch/alpha/kernel/
Dsetup.c358 start_kernel_pfn = PFN_DOWN(KERNEL_START_PHYS); in setup_memory()