Lines Matching defs:pmap
151 struct pmap { /* pmaps are aligned to COHERENCY_UNIT boundaries */ struct
153 unsigned long pm_cpus; /* [ 0] CPUs using pmap */ argument
154 struct pmap_statistics pm_stats; /* [ 8] statistics */ argument
157 struct pmap_pagelist pm_ptpages; /* [32] list of PT pages */ argument
158 struct pmap_pvlist pm_pvents; /* [40] list of PV entries */ argument
159 TAILQ_ENTRY(pmap) pm_list; /* [48] list of all pmaps */ argument
161 struct pmap_percpu pm_percpu[]; /* [64] per-CPU data */ argument
209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) argument
210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) argument
213 #define pmap_update(pmap) /* nothing (yet) */ argument
283 pmap_lev1map(pmap_t pmap) in pmap_lev1map()
346 #define PMAP_USERRET(pmap) \ argument