Home | History | Annotate | Download | only in sun3x

Lines Matching refs:pve_next

1554 			pv->pv_idx = pvebase[targ_idx].pve_next;
1566 if (pvebase[pv_idx].pve_next == targ_idx)
1568 pv_idx = pvebase[pv_idx].pve_next;
1577 pvebase[pv_idx].pve_next = pvebase[targ_idx].pve_next;
2032 pvebase[nidx].pve_next = pv->pv_idx;
2138 pvebase[pte_idx].pve_next = pv->pv_idx;
2665 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
2692 idx = pvebase[idx].pve_next) {
2721 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
2887 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
3773 for (; idx != PVE_EOL && n > 0; idx = pvebase[idx].pve_next, n--) {