Home | History | Annotate | Download | only in ibm4xx

Lines Matching defs:pv_entry

163 struct pv_entry {
164 struct pv_entry *pv_next; /* Linked list of mappings */
181 struct pv_entry *pv_table;
188 struct pv_entry *pa_to_pv(paddr_t);
202 struct pv_entry *
465 struct pv_entry *pv;
471 sz = (vsize_t)((sizeof(struct pv_entry) + 1) * npgs);
477 pv = pv_table = (struct pv_entry *)addr;
499 pool_init(&pv_pool, sizeof(struct pv_entry), 0, 0, 0, "pv_entry",
706 struct pv_entry *pv, *npv;
752 struct pv_entry *pv, *npv;
892 struct pv_entry *pv;
1100 struct pv_entry *pvh, *pv, *npv;