Lines Matching defs:pv_entry
263 struct pv_entry {
264 struct pv_entry *pv_next;
268 typedef struct pv_entry *pv_entry_t;
271 static struct pv_entry **pv_head_tbl;
274 static struct pv_entry *pv_free_list;
423 static inline struct pv_entry **
1051 * One pv_entry for each page frame.
2078 /* Was not main memory, so no pv_entry for it. */
2086 * If not changing the type or pfnum then re-use pv_entry.
2090 do_pv = false; /* re-use pv_entry */
2095 /* OK, different type or PA, have to kill old pv_entry. */
2254 /* Was not main memory, so no pv_entry for it. */
2262 * If not changing the type or pfnum then re-use pv_entry.
2266 do_pv = false; /* re-use pv_entry */
2271 /* OK, different type or PA, have to kill old pv_entry. */
3873 db_printf(" pv_entry %p pmap %p va 0x%lx next %p\n",