Home | History | Annotate | Download | only in sun3

Lines Matching defs:pv_entry

270 struct pv_entry {
271 struct pv_entry *pv_next;
275 typedef struct pv_entry *pv_entry_t;
278 static struct pv_entry **pv_head_tbl;
281 static struct pv_entry *pv_free_list;
432 static inline struct pv_entry **
1060 * One pv_entry for each page frame.
2108 /* Was not main memory, so no pv_entry for it. */
2116 * If not changing the type or pfnum then re-use pv_entry.
2120 do_pv = false; /* re-use pv_entry */
2125 /* OK, different type or PA, have to kill old pv_entry. */
2283 /* Was not main memory, so no pv_entry for it. */
2291 * If not changing the type or pfnum then re-use pv_entry.
2295 do_pv = false; /* re-use pv_entry */
2300 /* OK, different type or PA, have to kill old pv_entry. */
3791 db_printf(" pv_entry %p pmap %p va 0x%lx next %p\n",