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

  /src/sys/arch/sun3/sun3x/
pmap.c 201 * mmuAbase -> +-------------------------------------------------------+
238 static mmu_long_dte_t *mmuAbase;
415 * pool (table - mmuAbase).
429 idx = (mmuAtbl - mmuAbase) / MMU_A_TBL_SIZE;
740 mmuAbase = pmap_bootstrap_alloc(size);
1113 a_tbl->at_dtbl = &mmuAbase[i * MMU_A_TBL_SIZE];
pmap.c 201 * mmuAbase -> +-------------------------------------------------------+
238 static mmu_long_dte_t *mmuAbase;
415 * pool (table - mmuAbase).
429 idx = (mmuAtbl - mmuAbase) / MMU_A_TBL_SIZE;
740 mmuAbase = pmap_bootstrap_alloc(size);
1113 a_tbl->at_dtbl = &mmuAbase[i * MMU_A_TBL_SIZE];

Completed in 28 milliseconds