HomeSort by: relevance | last modified time | path
    Searched defs:pm_stats (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/or1k/include/
pmap.h 49 struct pmap_statistics pm_stats; member in struct:pmap
pmap.h 49 struct pmap_statistics pm_stats; member in struct:pmap
  /src/sys/arch/sh3/include/
pmap.h 53 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
60 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
pmap.h 53 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
60 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
  /src/sys/arch/ia64/include/
pmap.h 115 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
pmap.h 115 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
  /src/sys/arch/hppa/include/
pmap.h 63 struct pmap_statistics pm_stats; member in struct:pmap
142 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
143 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
pmap.h 63 struct pmap_statistics pm_stats; member in struct:pmap
142 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
143 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
  /src/sys/arch/sparc64/include/
pmap.h 136 struct pmap_statistics pm_stats; member in struct:pmap
191 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count)
192 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count)
pmap.h 136 struct pmap_statistics pm_stats; member in struct:pmap
191 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count)
192 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count)
  /src/sys/arch/vax/include/
pmap.h 111 struct pmap_statistics pm_stats; /* Some statistics */ member in struct:pmap
238 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
239 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
pmap.h 111 struct pmap_statistics pm_stats; /* Some statistics */ member in struct:pmap
238 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
239 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
  /src/sys/arch/powerpc/include/ibm4xx/
pmap.h 148 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
165 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
166 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
pmap.h 148 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
165 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
166 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
  /src/sys/arch/m68k/include/
pmap_motorola.h 96 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
pmap_motorola.h 96 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
  /src/sys/arch/sparc/include/
pmap.h 164 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
243 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count)
244 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count)
pmap.h 164 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
243 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count)
244 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count)
  /src/sys/uvm/pmap/
pmap.h 228 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
299 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
300 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
pmap.h 228 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
299 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
300 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
  /src/sys/arch/alpha/include/
pmap.h 154 struct pmap_statistics pm_stats; /* [ 8] statistics */ member in struct:pmap
209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
pmap.h 154 struct pmap_statistics pm_stats; /* [ 8] statistics */ member in struct:pmap
209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)
  /src/sys/arch/x86/include/
pmap_private.h 181 struct pmap_statistics pm_stats; /* pmap stats */ member in struct:pmap
pmap_private.h 181 struct pmap_statistics pm_stats; /* pmap stats */ member in struct:pmap
  /src/sys/arch/powerpc/include/oea/
pmap.h 69 struct pmap_statistics pm_stats; /* pmap statistics */ member in struct:pmap
144 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count)
145 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count)

Completed in 34 milliseconds

1 2