Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dpmap.c405 static struct pool_cache pmap_pvp_cache; variable
1944 pool_cache_bootstrap(&pmap_pvp_cache, PAGE_SIZE, PAGE_SIZE,
2099 pvp = pool_cache_get(&pmap_pvp_cache, PR_NOWAIT);
2169 pool_cache_put(&pmap_pvp_cache, pvp);