Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dhead.S28 * We place the page tables 16K below KERNEL_RAM_VADDR. Therefore, we must
29 * make sure that KERNEL_RAM_VADDR is correctly set. Currently, we expect
31 * relax this restriction to KERNEL_RAM_VADDR >= PAGE_OFFSET + 0x4000.
33 #define KERNEL_RAM_VADDR (KERNEL_OFFSET + TEXT_OFFSET) macro
34 #if (KERNEL_RAM_VADDR & 0xffff) != 0x8000
35 #error KERNEL_RAM_VADDR must start at 0xXXXX8000
48 .equ swapper_pg_dir, KERNEL_RAM_VADDR - PG_DIR_SIZE