Lines Matching defs:pmap
1 /* $NetBSD: pmap.h,v 1.28 2020/03/14 14:05:43 ad Exp $ */
37 struct pmap {
45 * We give the pmap code a chance to resolve faults by
58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap))
62 #define pmap_wired_count(pmap) (pmap_wired_pages(pmap))
67 #define pmap_update(pmap) __nothing /* nothing (yet) */
76 pmap_remove_all(struct pmap *pmap)