Lines Matching defs:b_idx
1606 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx,
1632 *b_idx = MMU_TIB(va);
1633 b_dte = &((*b_tbl)->bt_dtbl[*b_idx]);
1660 u_int a_idx, b_idx, pte_idx; /* table indices */
1833 b_idx = MMU_TIB(va); /* Calculate the TIB of the VA */
1834 b_dte = &b_tbl->bt_dtbl[b_idx]; /* Retrieve descriptor from table */
1867 c_tbl->ct_pidx = b_idx;
2264 int a_idx, b_idx, c_idx;
2313 b_idx = MMU_TIB(startva);
2326 if (c_tbl || MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) {
2328 c_tbl = (c_tmgr_t *) MMU_DTE_PA(b_tbl->bt_dtbl[b_idx]);
2350 if (++b_idx >= MMU_B_TBL_SIZE) { /* exceeded B table? */
2352 b_idx = 0;
2359 if (++b_idx >= MMU_B_TBL_SIZE) { /* exceeded B table? */
2361 b_idx = 0;
2366 b_idx = 0;
2383 int a_idx, b_idx, c_idx;
2399 &b_idx, &c_idx) == false)
2939 int a_idx, b_idx, pte_idx;
2949 &c_pte, &a_idx, &b_idx, &pte_idx) == false)
3643 int a_idx, b_idx;
3661 for (b_idx = 0; b_idx < MMU_B_TBL_SIZE; b_idx++) {
3662 if (MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) {
3664 mmu_ptov(MMU_DTE_PA(b_tbl->bt_dtbl[b_idx])));