Searched refs:KERNEL_RAM_VADDR (Results 1 – 1 of 1) sorted by relevance
28 * We place the page tables 16K below KERNEL_RAM_VADDR. Therefore, we must29 * make sure that KERNEL_RAM_VADDR is correctly set. Currently, we expect31 * 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) != 0x800035 #error KERNEL_RAM_VADDR must start at 0xXXXX800048 .equ swapper_pg_dir, KERNEL_RAM_VADDR - PG_DIR_SIZE