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

  /src/sys/arch/vax/vax/
pmap.c 1688 struct pv_entry *pv_list; variable in typeref:struct:pv_entry *
1702 tmp = pv_list;
1703 pv_list = tmp->pv_next;
1716 pv->pv_next = pv_list;
1717 pv_list = pv;
1740 pv[count - 1].pv_next = pv_list;
1741 pv_list = pv;
  /src/sys/arch/sun3/sun3x/
pmap.c 580 void pv_list(paddr_t, int);
3756 /* pv_list
3763 pv_list(paddr_t pa, int n) function in typeref:typename:void

Completed in 16 milliseconds