HomeSort by: relevance | last modified time | path
    Searched defs:pmap_pvp_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
pmap.c 405 static struct pool_cache pmap_pvp_cache; variable in typeref:struct:pool_cache
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);
pmap.c 405 static struct pool_cache pmap_pvp_cache; variable in typeref:struct:pool_cache
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);
pmap.c 405 static struct pool_cache pmap_pvp_cache; variable in typeref:struct:pool_cache
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);

Completed in 127 milliseconds