| pmap.c | 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 */ local 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; local 2313 b_idx = MMU_TIB(startva); 2326 if (c_tbl || MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) { 2383 int a_idx, b_idx, c_idx; local 2939 int a_idx, b_idx, pte_idx; local 3643 int a_idx, b_idx; local [all...] |