Searched refs:pmap_cache (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | xen_pmap.c | 314 pool_cache_invalidate(&pmap_cache); in pmap_unmap_recursive_entries()
|
| /netbsd-src/sys/arch/x86/include/ |
| H A D | pmap_private.h | 159 extern struct pool_cache pmap_cache;
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | pmap.c | 132 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 D | pmap.c | 398 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 D | pmap.c | 268 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 D | pmap.c | 452 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()
|