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

  /src/sys/arch/sun3/include/
pte3x.h 90 #define MMU_B_TBL_SIZE (64)
  /src/sys/arch/sun3/sun3x/
pmap.c 444 idx = (mmuBtbl - mmuBbase) / MMU_B_TBL_SIZE;
701 size = sizeof(mmu_short_dte_t) * MMU_B_TBL_SIZE * KERN_B_TABLES;
736 size = sizeof(mmu_short_dte_t) * MMU_B_TBL_SIZE * NUM_B_TABLES;
771 for (j = 0; j < MMU_B_TBL_SIZE; j++) {
776 b += MMU_B_TBL_SIZE;
1152 b_tbl->bt_dtbl = &mmuBbase[i * MMU_B_TBL_SIZE];
1155 for (j = 0; j < MMU_B_TBL_SIZE; j++)
1456 for (i = 0; i < MMU_B_TBL_SIZE; i++) {
2351 if (++b_idx >= MMU_B_TBL_SIZE) { /* exceeded B table? */
2360 if (++b_idx >= MMU_B_TBL_SIZE) { /* exceeded B table? *
    [all...]

Completed in 15 milliseconds