pool_cache_bootstrap
pool_cache_bootstrap(&_pmap_cache, sizeof(struct pmap),
pool_cache_bootstrap(&_pmap_pv_pool, sizeof(struct pv_entry),
pool_cache_bootstrap(&pmap_pmap_cache, PMAP_SIZEOF(pmap_ncpuids),
pool_cache_bootstrap(&pmap_l1pt_cache, PAGE_SIZE, 0, 0, 0, "pmapl1pt",
pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), 0, 0, 0,
pool_cache_bootstrap(&pmap_l2dtable_cache, sizeof(struct l2_dtable), 0,
pool_cache_bootstrap(&pmap_l2ptp_cache, L2_TABLE_SIZE_REAL,
pool_cache_bootstrap(&pmap_l1tt_cache, L1TT_SIZE, L1TT_SIZE,
pool_cache_bootstrap(&pmap_cache, sz, 0, 0, 0, "pmappl", NULL,
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap),
pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), COHERENCY_UNIT,
pool_cache_bootstrap(&pmap_pvp_cache, PAGE_SIZE, PAGE_SIZE,
pool_cache_bootstrap(pc, size, align, align_offset, flags, wchan,
pool_cache_bootstrap(&pagecache, sizeof(struct vm_page), 0, 0, 0,
void pool_cache_bootstrap(pool_cache_t, size_t, u_int, u_int, u_int,
pool_cache_bootstrap(&uvm_amap_cache, sizeof(struct vm_amap),
pool_cache_bootstrap(&uvm_anon_cache, sizeof(struct vm_anon), 0, 0,
pool_cache_bootstrap(&uvm_map_entry_cache, sizeof(struct vm_map_entry),