Searched refs:pmap_l1tt_cache (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/arm/arm32/ |
| D | pmap.c | 754 static struct pool_cache pmap_l1tt_cache; variable 1287 pool_cache_prime(&pmap_l1tt_cache, nmaxproc); in pmap_maxproc_set() 1294 pool_cache_sethardlimit(&pmap_l1tt_cache, nmaxproc, in pmap_maxproc_set() 1310 vaddr_t va = (vaddr_t)pool_cache_get_paddr(&pmap_l1tt_cache, PR_WAITOK, in pmap_alloc_l1() 1359 pool_cache_put_paddr(&pmap_l1tt_cache, (void *)pm->pm_l1, pm->pm_l1_pa); in pmap_free_l1() 6708 pool_cache_bootstrap(&pmap_l1tt_cache, L1TT_SIZE, L1TT_SIZE, in pmap_init()
|