Searched refs:bootstart (Results 1 – 1 of 1) sorted by relevance
181 static vm_offset_t bootstart; variable1920 if (va >= bootstart && va + bytes <= bootmem) in startup_free()3130 bootstart = bootmem = virtual_avail; in uma_startup1()3208 if (bootstart != bootmem) { in uma_startup2()3210 (void)vm_map_insert(kernel_map, NULL, 0, bootstart, bootmem, in uma_startup2()