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

  /src/sys/arch/sun3/sun3x/
pmap.c 199 * mmuCbase -> +-------------------------------------------------------+
236 static mmu_short_pte_t *mmuCbase;
463 idx = (mmuCtbl - mmuCbase) / MMU_C_TBL_SIZE;
713 * mmuCbase below. XXX: Should do this as one allocation, and
714 * then compute a pointer for mmuCbase instead of this...
734 mmuCbase = pmap_bootstrap_alloc(size);
1186 c_tbl->ct_dtbl = &mmuCbase[i * MMU_C_TBL_SIZE];
3709 (pte >= &mmuCbase[NUM_USER_PTES]))
pmap.c 199 * mmuCbase -> +-------------------------------------------------------+
236 static mmu_short_pte_t *mmuCbase;
463 idx = (mmuCtbl - mmuCbase) / MMU_C_TBL_SIZE;
713 * mmuCbase below. XXX: Should do this as one allocation, and
714 * then compute a pointer for mmuCbase instead of this...
734 mmuCbase = pmap_bootstrap_alloc(size);
1186 c_tbl->ct_dtbl = &mmuCbase[i * MMU_C_TBL_SIZE];
3709 (pte >= &mmuCbase[NUM_USER_PTES]))

Completed in 60 milliseconds