NetBSD/sys/uvm/pmap
jdolecek f0e5de0264 fix the DIAGNOSTIC function pmap_tlb_asid_count() to not expect
that TLBINFO_ASID_INUSE_P() returns just 0 or 1; the underlying
__BITMAP_ISSET() actually returns the matching bit nowadays, which
caused miscounting

fixes PR kern/53054 by Sevan Janiyan
2018-02-25 21:43:03 +00:00
..
pmap_pvt.c Use IPL_NONE for pserialized lock. Assert sleepable. (OOPS.) 2016-02-07 18:41:25 +00:00
pmap_pvt.h Multiple inclusion protection define consistency 2017-06-24 05:31:03 +00:00
pmap_segtab.c KASSERT -> KASSERTMSG 2017-05-12 12:18:37 +00:00
pmap_synci.c Changes so that MIPS can use the common pmap. 2016-07-11 16:06:09 +00:00
pmap_synci.h Changes so that MIPS can use the common pmap. 2016-07-11 16:06:09 +00:00
pmap_tlb.c fix the DIAGNOSTIC function pmap_tlb_asid_count() to not expect 2018-02-25 21:43:03 +00:00
pmap_tlb.h convert to use actual __BITMAP_*() macros from <sys/bitops.h>, and make 2018-02-19 22:01:15 +00:00
pmap.c Remove unneeded casts to (uintptr_t). This is already taken care of in 2017-10-30 03:25:14 +00:00
pmap.h Trailing whitespace 2017-06-24 05:49:50 +00:00
tlb.h Multiple inclusion protection define consistency 2017-06-24 05:31:03 +00:00
vmpagemd.h Use __BIT(0) for PV_KENTER. NFC. 2017-06-24 05:39:53 +00:00