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

  /src/sys/arch/arm/arm32/
pmap.c 293 static struct pool_cache pmap_l2ptp_cache; variable in typeref:struct:pool_cache
651 ((pt_entry_t *)pool_cache_get_paddr(&pmap_l2ptp_cache,\
1465 pool_cache_put_paddr(&pmap_l2ptp_cache, (void *)l2, pa);
6599 pool_cache_bootstrap(&pmap_l2ptp_cache, L2_TABLE_SIZE_REAL,
6857 pool_cache_setlowat(&pmap_l2ptp_cache, (PAGE_SIZE / L2_TABLE_SIZE_REAL) * 4);
pmap.c 293 static struct pool_cache pmap_l2ptp_cache; variable in typeref:struct:pool_cache
651 ((pt_entry_t *)pool_cache_get_paddr(&pmap_l2ptp_cache,\
1465 pool_cache_put_paddr(&pmap_l2ptp_cache, (void *)l2, pa);
6599 pool_cache_bootstrap(&pmap_l2ptp_cache, L2_TABLE_SIZE_REAL,
6857 pool_cache_setlowat(&pmap_l2ptp_cache, (PAGE_SIZE / L2_TABLE_SIZE_REAL) * 4);
pmap.c 293 static struct pool_cache pmap_l2ptp_cache; variable in typeref:struct:pool_cache
651 ((pt_entry_t *)pool_cache_get_paddr(&pmap_l2ptp_cache,\
1465 pool_cache_put_paddr(&pmap_l2ptp_cache, (void *)l2, pa);
6599 pool_cache_bootstrap(&pmap_l2ptp_cache, L2_TABLE_SIZE_REAL,
6857 pool_cache_setlowat(&pmap_l2ptp_cache, (PAGE_SIZE / L2_TABLE_SIZE_REAL) * 4);

Completed in 257 milliseconds