Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dps3.dts21 * We'll get the size of the bootmem block from lv1 after startup,
/freebsd/sys/vm/
H A Duma_core.c182 static vm_offset_t bootmem; variable
1901 return ((void *)pmap_map(&bootmem, m->phys_addr, in startup_alloc()
1918 if (va >= bootstart && va + bytes <= bootmem) in startup_free()
3092 bootstart = bootmem = virtual_avail; in uma_startup1()
3170 if (bootstart != bootmem) { in uma_startup2()
3172 (void)vm_map_insert(kernel_map, NULL, 0, bootstart, bootmem, in uma_startup2()