Searched refs:KERNLOAD (Results 1 – 8 of 8) sorted by relevance
147 #ifndef KERNLOAD148 #define KERNLOAD (8 * 1024 * 1024) macro162 #define KERNBASE KERNLOAD
157 #ifndef KERNLOAD158 #define KERNLOAD 0x200000 macro
41 .set kernload,KERNLOAD
118 ASSYM(KERNLOAD, KERNLOAD);
216 ASSYM(KERNLOAD, KERNLOAD);
62 .set kernload,KERNLOAD
1832 vm_phys_early_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first)); in getmemsize()2055 if (pa >= KERNLOAD && pa < first) in getmemsize()
235 _Static_assert(KERNLOAD == (KERNPTDI << PDRSHIFT), "KERNLOAD");627 res = atop(firstaddr - (vm_paddr_t)KERNLOAD); in __CONCAT()