pmap.c | 754 static struct pool_cache pmap_l1tt_cache; variable in typeref:struct:pool_cache 1287 pool_cache_prime(&pmap_l1tt_cache, nmaxproc); 1290 * Set the hard limit on the pmap_l1tt_cache to the number 1294 pool_cache_sethardlimit(&pmap_l1tt_cache, nmaxproc, 1310 vaddr_t va = (vaddr_t)pool_cache_get_paddr(&pmap_l1tt_cache, PR_WAITOK, 1359 pool_cache_put_paddr(&pmap_l1tt_cache, (void *)pm->pm_l1, pm->pm_l1_pa); 6708 pool_cache_bootstrap(&pmap_l1tt_cache, L1TT_SIZE, L1TT_SIZE,
|