Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/x86/
H A Dxen_pmap.c314 pool_cache_invalidate(&pmap_cache); in pmap_unmap_recursive_entries()
/netbsd-src/sys/arch/x86/include/
H A Dpmap_private.h159 extern struct pool_cache pmap_cache;
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dpmap.c132 struct pool_cache pmap_cache; variable
1375 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), in pmap_init()
1471 pm = pool_cache_get(&pmap_cache, PR_WAITOK); in pmap_create()
1550 pool_cache_put(&pmap_cache, pm); in pmap_destroy()
/netbsd-src/sys/arch/x86/x86/
H A Dpmap.c398 struct pool_cache pmap_cache; variable
1924 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), COHERENCY_UNIT,
2940 pmap = pool_cache_get(&pmap_cache, PR_WAITOK);
3094 pool_cache_destruct_object(&pmap_cache, pmap);
3096 pool_cache_put(&pmap_cache, pmap);
5848 pool_cache_invalidate(&pmap_cache);
/netbsd-src/sys/arch/arm/arm32/
H A Dpmap.c268 static struct pool_cache pmap_cache; variable
3043 pm = pool_cache_get(&pmap_cache, PR_WAITOK); in pmap_create()
5435 pool_cache_put(&pmap_cache, pm); in pmap_destroy()
6581 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), 0, 0, 0, in pmap_bootstrap()
/netbsd-src/sys/arch/sparc/sparc/
H A Dpmap.c452 static struct pool_cache pmap_cache; variable
4156 pool_cache_bootstrap(&pmap_cache, sz, 0, 0, 0, "pmappl", NULL, in pmap_init()
4437 pm = pool_cache_get(&pmap_cache, PR_WAITOK); in pmap_create()
4472 pool_cache_put(&pmap_cache, pm); in pmap_destroy()