Lines Matching defs:pmap
1 /* $NetBSD: pmap.h,v 1.37 2020/03/14 14:05:43 ad Exp $ */
33 * NetBSD/sh3 pmap:
34 * pmap.pm_ptp[512] ... 512 slot of page table page
49 struct pmap {
53 struct pmap_statistics pm_stats; /* pmap statistics */
58 #define pmap_update(pmap) ((void)0)
60 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
65 pmap_remove_all(struct pmap *pmap)
83 /* MD pmap utils. */
88 /* pmap-specific data store in the vm_page structure. */