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 1553 pv->pv_idx = pvebase[targ_idx].pve_next;
1565 if (pvebase[pv_idx].pve_next == targ_idx)
1567 pv_idx = pvebase[pv_idx].pve_next;
1576 pvebase[pv_idx].pve_next = pvebase[targ_idx].pve_next;
2031 pvebase[nidx].pve_next = pv->pv_idx;
2137 pvebase[pte_idx].pve_next = pv->pv_idx;
2664 for (idx = pv->pv_idx; idx != PVE_EOL; idx = pvebase[idx].pve_next) {
2691 idx = pvebase[idx].pve_next) {
2720 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 26 milliseconds