Searched refs:pm_count (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dpmap.h87 int pm_count; /* pmap reference count */ member in struct:pmap
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dsbusreg.h76 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:sysioreg::perfmon
H A Dpsychoreg.h108 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:psychoreg::perfmon
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dpmap_motorola.h95 u_int pm_count; /* pmap reference count */ member in struct:pmap
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dpmap.h105 u_int pm_count; /* reference count */ member in struct:pmap
274 #define pmap_reference(pmap) atomic_inc_uint(&(pmap)->pm_count)
/netbsd-6-1-5-RELEASE/sys/common/pmap/tlb/
H A Dpmap.h141 u_int pm_count; /* pmap reference count */ member in struct:pmap
H A Dpmap.c208 .pm_count = 1,
486 pmap->pm_count = 1;
507 if (atomic_dec_uint_nv(&pmap->pm_count) > 0) {
512 KASSERT(pmap->pm_count == 0);
536 atomic_inc_uint(&pmap->pm_count);
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dpmap.c158 int pm_count; /* Reference count */ member in struct:pmap
270 pmap->pm_count = 1;
386 pmap->pm_count = 1;
399 if (--pmap->pm_count > 0)
1010 pmap->pm_count++;
1118 pmap->pm_count, pmap->pm_flags,
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dpmap.h180 u_int pm_count; /* pmap reference count */ member in struct:pmap
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dpmap.h139 int pm_count; /* pmap reference count */ member in struct:pmap
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dpmap.c72 int pm_count; member in struct:pmap
338 pmap->pm_count = 1; /* reference */
485 pmap->pm_count = 1;
505 if (--pmap->pm_count > 0)
540 pmap->pm_count++;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dpmap_motorola.c369 pmap_kernel()->pm_count = 1;
666 pmap->pm_count = 1;
682 count = atomic_dec_uint_nv(&pmap->pm_count);
704 if (pmap->pm_count != 1)
729 atomic_inc_uint(&pmap->pm_count);
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dpmap.c266 .pm_count = 1,
822 pmap->pm_count = 1;
841 if (atomic_dec_uint_nv(&pmap->pm_count) > 0) {
846 KASSERT(pmap->pm_count == 0);
868 atomic_inc_uint(&pmap->pm_count);
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dpmap.c412 pmap->pm_count = 1;
910 pmap->pm_count = 1;
974 * If the pmap is NULL then just return else decrese pm_count.
983 if (atomic_dec_uint_nv(&pmap->pm_count) == 0) {
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpmap.c925 pmap_kernel()->pm_count = 1;
1153 pmap->pm_count = 1;
1194 if (atomic_dec_uint_nv(&pmap->pm_count) > 0)
1235 atomic_inc_uint(&pmap->pm_count);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dpmap.c1314 pmap->pm_count++;

Completed in 304 milliseconds