HomeSort by: relevance | last modified time | path
    Searched defs:pv_next (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/uvm/pmap/
vmpagemd.h 60 struct pv_entry *pv_next; member in struct:pv_entry
153 (pg)->mdpage.mdpg_first.pv_next = NULL; \
vmpagemd.h 60 struct pv_entry *pv_next; member in struct:pv_entry
153 (pg)->mdpage.mdpg_first.pv_next = NULL; \
vmpagemd.h 60 struct pv_entry *pv_next; member in struct:pv_entry
153 (pg)->mdpage.mdpg_first.pv_next = NULL; \
  /src/sys/arch/hppa/include/
pmap.h 84 struct pv_entry *pv_next; member in struct:pv_entry
pmap.h 84 struct pv_entry *pv_next; member in struct:pv_entry
pmap.h 84 struct pv_entry *pv_next; member in struct:pv_entry
  /src/sys/arch/sparc64/include/
pmap.h 257 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
268 (pg)->mdpage.mdpg_pvh.pv_next = NULL; \
pmap.h 257 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
268 (pg)->mdpage.mdpg_pvh.pv_next = NULL; \
pmap.h 257 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
268 (pg)->mdpage.mdpg_pvh.pv_next = NULL; \
  /src/sys/arch/vax/include/
pmap.h 120 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
214 if (pv->pv_pmap != NULL || pv->pv_next != NULL)
pmap.h 120 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
214 if (pv->pv_pmap != NULL || pv->pv_next != NULL)
pmap.h 120 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
214 if (pv->pv_pmap != NULL || pv->pv_next != NULL)
  /src/sys/arch/m68k/include/
pmap_motorola.h 200 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
pmap_motorola.h 200 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
pmap_motorola.h 200 struct pv_entry *pv_next; /* next pv_entry */ member in struct:pv_entry
  /src/sys/arch/sparc/include/
pmap.h 410 struct pvlist *pv_next; /* next pvlist, if any */ member in struct:vm_page_md::pvlist
419 (pg)->mdpage.pvlisthead.pv_next = NULL; \
pmap.h 410 struct pvlist *pv_next; /* next pvlist, if any */ member in struct:vm_page_md::pvlist
419 (pg)->mdpage.pvlisthead.pv_next = NULL; \
pmap.h 410 struct pvlist *pv_next; /* next pvlist, if any */ member in struct:vm_page_md::pvlist
419 (pg)->mdpage.pvlisthead.pv_next = NULL; \
  /src/sys/arch/powerpc/powerpc/
db_interface.c 552 struct pv_entry *pv_next; /* Linked list of mappings */ member in struct:db_ppc4xx_pv::pv_entry
566 db_printf("next %p va %p pmap %p\n", pv->pv_next,
568 pv = pv->pv_next;
db_interface.c 552 struct pv_entry *pv_next; /* Linked list of mappings */ member in struct:db_ppc4xx_pv::pv_entry
566 db_printf("next %p va %p pmap %p\n", pv->pv_next,
568 pv = pv->pv_next;
db_interface.c 552 struct pv_entry *pv_next; /* Linked list of mappings */ member in struct:db_ppc4xx_pv::pv_entry
566 db_printf("next %p va %p pmap %p\n", pv->pv_next,
568 pv = pv->pv_next;
  /src/sys/arch/alpha/include/
pmap.h 178 struct pv_entry *pv_next; /* next pv_entry on page list */ member in struct:pv_entry
pmap.h 178 struct pv_entry *pv_next; /* next pv_entry on page list */ member in struct:pv_entry
pmap.h 178 struct pv_entry *pv_next; /* next pv_entry on page list */ member in struct:pv_entry
  /src/sys/arch/usermode/usermode/
pmap.c 50 struct pv_entry *pv_next; member in struct:pv_entry
613 for (pv = pv; pv != NULL; pv = pv->pv_next) {
629 pv->pv_next = pv_table[ppn].pv_next;
630 pv_table[ppn].pv_next = pv;
872 for (pv = &pv_table[ppn]; pv != NULL; pv = pv->pv_next) {
925 /* pv->pv_next = NULL; */ /* might confuse linked list? */
979 npv = pv->pv_next;
989 for (npv = pv->pv_next; npv; npv = npv->pv_next) {
    [all...]

Completed in 142 milliseconds

1 2