Lines Matching defs:pv_idx
1206 pvbase[i].pv_idx = PVE_EOL; /* Indicate no mappings */
1533 u_short pv_idx, targ_idx;
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;
1572 * At this point, pv_idx is the index of the PV
1577 pvebase[pv_idx].pve_next = pvebase[targ_idx].pve_next;
2032 pvebase[nidx].pve_next = pv->pv_idx;
2033 pv->pv_idx = nidx;
2138 pvebase[pte_idx].pve_next = pv->pv_idx;
2139 pv->pv_idx = pte_idx;
2665 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
2690 for (idx = pv->pv_idx;
2721 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
2780 pv->pv_idx = PVE_EOL;
2887 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
3772 idx = pv->pv_idx;