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

  /src/usr.bin/config/
defs.h 211 size_t a_idx; /* index to break sorting ties */ member in struct:attr
  /src/sys/arch/sun3/sun3x/
pmap.c 1607 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx,
1623 *a_idx = MMU_TIA(va);
1624 a_dte = &((*a_tbl)->at_dtbl[*a_idx]);
1661 u_int a_idx, b_idx, pte_idx; /* table indices */ local in function:pmap_enter
1777 a_idx = MMU_TIA(va); /* Calculate the TIA of the VA. */
1778 a_dte = &a_tbl->at_dtbl[a_idx]; /* Retrieve descriptor from table */
1782 * a_idx *
1816 b_tbl->bt_pidx = a_idx;
2265 int a_idx, b_idx, c_idx; local in function:pmap_protect
2313 a_idx = MMU_TIA(startva)
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 14 milliseconds