Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_freebsd_init.c75 void *bootmem; in ff_freebsd_init() local
105 bootmem = (void *)kmem_malloc(boot_pages*PAGE_SIZE, M_ZERO); in ff_freebsd_init()
107 uma_startup1((vm_offset_t)bootmem); in ff_freebsd_init()
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dps3.dts21 * We'll get the size of the bootmem block from lv1 after startup,
/f-stack/freebsd/mips/cavium/
H A Dfiles.octeon161 contrib/octeon-sdk/cvmx-bootmem.c standard
/f-stack/freebsd/vm/
H A Duma_core.c177 static vm_offset_t bootmem; variable
1681 mem = (void *)pmap_map(&bootmem, m->phys_addr, in startup_alloc()
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()