Searched refs:pmap_resident_count (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/sys/rump/include/machine/
H A Dpmap.h38 #define pmap_resident_count(a) (0) macro
/netbsd-current/sys/rump/librump/rumpkern/arch/generic/
H A Drump_generic_pmap.c92 #ifndef pmap_resident_count
94 pmap_resident_count(struct pmap *pmap) function
/netbsd-current/sys/arch/sun3/include/
H A Dpmap3x.h44 /* Common function for pmap_resident_count(), pmap_wired_count() */
48 #define pmap_resident_count(pmap) (pmap_count((pmap), 0)) macro
H A Dpmap3.h58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
/netbsd-current/sys/uvm/
H A Duvm_pmap.h203 #if !defined(pmap_resident_count)
204 long pmap_resident_count(pmap_t);
H A Duvm_extern.h640 #define vm_resident_count(vm) (pmap_resident_count((vm)->vm_map.pmap))
H A Duvm_fault.c693 res = pmap_resident_count(map->pmap);
H A Duvm_map.c5176 pmap_resident_count(map->pmap), pmap_wired_count(map->pmap));
/netbsd-current/sys/arch/sh3/include/
H A Dpmap.h61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/sun2/include/
H A Dpmap.h58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
/netbsd-current/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_pmap.c112 pmap_resident_count(struct pmap *pmap) function
/netbsd-current/sys/arch/sparc64/include/
H A Dpmap.h188 #define pmap_resident_count(pm) pmap_count_res((pm)) macro
191 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/powerpc/include/ibm4xx/
H A Dpmap.h165 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/m68k/include/
H A Dpmap_motorola.h209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/vax/include/
H A Dpmap.h238 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/hppa/include/
H A Dpmap.h142 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h209 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dpmap.h144 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/sparc/include/
H A Dpmap.h243 #define pmap_resident_count(pm) ((pm)->pm_stats.resident_count) macro
/netbsd-current/sys/uvm/pmap/
H A Dpmap.h295 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dpmap.h375 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpmap.h328 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c571 pmap_resident_count(pmap_t pmap) function
/netbsd-current/share/man/man9/
H A DMakefile729 pmap.9 pmap_resident_count.9 \
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c1554 * pmap_resident_count: [ INTERFACE ]
1559 pmap_resident_count(pmap_t pmap) function

Completed in 378 milliseconds

12