| pmap.c | 1599 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx, 1625 *b_idx = MMU_TIB(va); 1626 b_dte = &((*b_tbl)->bt_dtbl[*b_idx]); 1653 u_int a_idx, b_idx, pte_idx; /* table indices */ local 1825 b_idx = MMU_TIB(va); /* Calculate the TIB of the VA */ 1826 b_dte = &b_tbl->bt_dtbl[b_idx]; /* Retrieve descriptor from table */ 1859 c_tbl->ct_pidx = b_idx; 2256 int a_idx, b_idx, c_idx; local 2305 b_idx = MMU_TIB(startva); 2318 if (c_tbl || MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) { 2375 int a_idx, b_idx, c_idx; local 2930 int a_idx, b_idx, pte_idx; local 3596 int a_idx, b_idx; local [all...] |