Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/device-tree/src/powerpc/
H A Dps3.dts21 * We'll get the size of the bootmem block from lv1 after startup,
/freebsd-13.1/sys/mips/cavium/
H A Dfiles.octeon161 contrib/octeon-sdk/cvmx-bootmem.c standard
/freebsd-13.1/sys/vm/
H A Duma_core.c183 static vm_offset_t bootmem; variable
1841 return ((void *)pmap_map(&bootmem, m->phys_addr, in startup_alloc()
1858 if (va >= bootstart && va + bytes <= bootmem) in startup_free()
3032 bootstart = bootmem = virtual_avail; in uma_startup1()
3110 if (bootstart != bootmem) { in uma_startup2()
3112 (void)vm_map_insert(kernel_map, NULL, 0, bootstart, bootmem, in uma_startup2()