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

  /src/sys/arch/ia64/include/
pmap.h 136 * mappings of that page. An entry is a pv_entry_t, the list is pv_list.
140 TAILQ_ENTRY(pv_entry) pv_list; member in struct:pv_entry
179 TAILQ_HEAD(,pv_entry) pv_list; member in struct:vm_page_md
189 TAILQ_INIT(&(pg)->mdpage.pv_list); \
pmap.h 136 * mappings of that page. An entry is a pv_entry_t, the list is pv_list.
140 TAILQ_ENTRY(pv_entry) pv_list; member in struct:pv_entry
179 TAILQ_HEAD(,pv_entry) pv_list; member in struct:vm_page_md
189 TAILQ_INIT(&(pg)->mdpage.pv_list); \
  /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;
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 579 void pv_list(paddr_t, int);
3755 /* pv_list
3762 pv_list(paddr_t pa, int n) function
pmap.c 579 void pv_list(paddr_t, int);
3755 /* pv_list
3762 pv_list(paddr_t pa, int n) function
  /src/sys/arch/arm/include/arm32/
pmap.h 250 SLIST_ENTRY(pv_addr) pv_list; member in struct:pv_addr
pmap.h 250 SLIST_ENTRY(pv_addr) pv_list; member in struct:pv_addr

Completed in 36 milliseconds