HomeSort by: relevance | last modified time | path
    Searched refs:pve_next (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/sun3x/
pmap_pvt.h 146 u_short pve_next; member in struct:pv_elem_struct
pmap.c 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) {
    [all...]
  /src/sys/arch/x86/include/
pmap_pv.h 64 #define pve_next pve_list.le_next macro

Completed in 15 milliseconds