Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c176 static vm_offset_t bootstart; variable
1702 if (va >= bootstart && va + bytes <= bootmem) in startup_free()
2896 bootstart = bootmem = virtual_avail; in uma_startup1()
2976 if (bootstart != bootmem) { in uma_startup2()
2978 (void)vm_map_insert(kernel_map, NULL, 0, bootstart, bootmem, in uma_startup2()