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

/netbsd-current/sys/rump/include/machine/
H A Dpmap.h39 #define pmap_wired_count(a) (0) macro
/netbsd-current/sys/rump/librump/rumpkern/arch/generic/
H A Drump_generic_pmap.c101 #ifndef pmap_wired_count
103 pmap_wired_count(struct pmap *pmap) function
/netbsd-current/sys/arch/sun3/include/
H A Dpmap3x.h44 /* Common function for pmap_resident_count(), pmap_wired_count() */
51 #define pmap_wired_count(pmap) (pmap_count((pmap), 1)) macro
H A Dpmap3.h62 #define pmap_wired_count(pmap) (pmap_wired_pages(pmap)) macro
/netbsd-current/sys/uvm/
H A Duvm_pmap.h206 #if !defined(pmap_wired_count)
207 long pmap_wired_count(pmap_t);
H A Duvm_mmap.c763 if (size + ptoa(pmap_wired_count(vm_map_pmap(&p->p_vmspace->vm_map))) >
971 size + ptoa(pmap_wired_count(vm_map_pmap(map))) >
H A Duvm_map.c3755 (size + ptoa(pmap_wired_count(vm_map_pmap(map))) > limit)) {
5176 pmap_resident_count(map->pmap), pmap_wired_count(map->pmap));
/netbsd-current/sys/arch/sh3/include/
H A Dpmap.h60 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/sun2/include/
H A Dpmap.h62 #define pmap_wired_count(pmap) (pmap_wired_pages(pmap)) macro
/netbsd-current/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_pmap.c119 pmap_wired_count(struct pmap *pmap) function
/netbsd-current/sys/arch/sparc64/include/
H A Dpmap.h189 #define pmap_wired_count(pm) pmap_count_wired((pm)) macro
192 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/powerpc/include/ibm4xx/
H A Dpmap.h166 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/m68k/include/
H A Dpmap_motorola.h210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/vax/include/
H A Dpmap.h239 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/hppa/include/
H A Dpmap.h143 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h210 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dpmap.h145 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/sparc/include/
H A Dpmap.h244 #define pmap_wired_count(pm) ((pm)->pm_stats.wired_count) macro
/netbsd-current/sys/uvm/pmap/
H A Dpmap.h294 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dpmap.h374 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpmap.h329 #define pmap_wired_count(pmap) ((pmap)->pm_stats.wired_count) macro
/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c577 pmap_wired_count(pmap_t pmap) function
/netbsd-current/share/man/man9/
H A DMakefile730 pmap.9 pmap_wired_count.9 \
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c1565 * pmap_wired_count: [ INTERFACE ]
1571 pmap_wired_count(pmap_t pmap) function
/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c540 pmap_wired_count(struct pmap *pmap) function

Completed in 191 milliseconds