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

  /src/sys/arch/sun3/sun3x/
pmap_pvt.h 138 u_short pv_idx; /* Index of PTE using this page */ member in struct:pv_struct
pmap.c 1206 pvbase[i].pv_idx = PVE_EOL; /* Indicate no mappings */
1533 u_short pv_idx, targ_idx; local in function:pmap_remove_pte
1552 pv_idx = pv->pv_idx; /* Index of first PTE in PV list */
1553 if (pv_idx == targ_idx) {
1554 pv->pv_idx = pvebase[targ_idx].pve_next;
1559 * element. Note: may have pv_idx==PVE_EOL
1563 if (pv_idx == PVE_EOL) {
1566 if (pvebase[pv_idx].pve_next == targ_idx)
1568 pv_idx = pvebase[pv_idx].pve_next
    [all...]

Completed in 14 milliseconds