Lines Matching refs:pv_chunk
597 static void free_pv_chunk(struct pv_chunk *pc);
671 CTASSERT(sizeof(struct pv_chunk) == PAGE_SIZE);
678 static TAILQ_HEAD(pch, pv_chunk) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks);
1163 static __inline struct pv_chunk *
1167 return ((struct pv_chunk *)((uintptr_t)pv & ~(uintptr_t)PAGE_MASK)); in pv_to_chunk()
1187 struct pv_chunk *pc; in reserve_pv_entries()
1290 struct pv_chunk *pc; in pmap_pv_demote_l3e()
1376 struct pv_chunk *pc, *pc_marker, *pc_marker_end; in reclaim_pv_chunk()
1396 pc_marker = (struct pv_chunk *)&pc_marker_b; in reclaim_pv_chunk()
1397 pc_marker_end = (struct pv_chunk *)&pc_marker_end_b; in reclaim_pv_chunk()
1551 struct pv_chunk *pc; in free_pv_entry()
1580 free_pv_chunk(struct pv_chunk *pc) in free_pv_chunk()
1610 struct pv_chunk *pc; in get_pv_entry()
5456 struct pv_chunk *pc, *npc; in mmu_radix_remove_pages()