Searched refs:bootmem (Results 1 – 4 of 4) sorted by relevance
75 void *bootmem; in ff_freebsd_init() local105 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()
21 * We'll get the size of the bootmem block from lv1 after startup,
61 contrib/octeon-sdk/cvmx-bootmem.c standard
177 static vm_offset_t bootmem; variable1681 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()