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

  /src/sys/arch/sun3/sun3x/
pmap.c 1607 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx,
1633 *b_idx = MMU_TIB(va);
1634 b_dte = &((*b_tbl)->bt_dtbl[*b_idx]);
1661 u_int a_idx, b_idx, pte_idx; /* table indices */ local in function:pmap_enter
1834 b_idx = MMU_TIB(va); /* Calculate the TIB of the VA */
1835 b_dte = &b_tbl->bt_dtbl[b_idx]; /* Retrieve descriptor from table */
1868 c_tbl->ct_pidx = b_idx;
2265 int a_idx, b_idx, c_idx; local in function:pmap_protect
2314 b_idx = MMU_TIB(startva);
2327 if (c_tbl || MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) {
2384 int a_idx, b_idx, c_idx; local in function:pmap_unwire
2940 int a_idx, b_idx, pte_idx; local in function:pmap_extract
3644 int a_idx, b_idx; local in function:pmap_count
    [all...]
pmap.c 1607 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx,
1633 *b_idx = MMU_TIB(va);
1634 b_dte = &((*b_tbl)->bt_dtbl[*b_idx]);
1661 u_int a_idx, b_idx, pte_idx; /* table indices */ local in function:pmap_enter
1834 b_idx = MMU_TIB(va); /* Calculate the TIB of the VA */
1835 b_dte = &b_tbl->bt_dtbl[b_idx]; /* Retrieve descriptor from table */
1868 c_tbl->ct_pidx = b_idx;
2265 int a_idx, b_idx, c_idx; local in function:pmap_protect
2314 b_idx = MMU_TIB(startva);
2327 if (c_tbl || MMU_VALID_DT(b_tbl->bt_dtbl[b_idx])) {
2384 int a_idx, b_idx, c_idx; local in function:pmap_unwire
2940 int a_idx, b_idx, pte_idx; local in function:pmap_extract
3644 int a_idx, b_idx; local in function:pmap_count
    [all...]

Completed in 25 milliseconds