NetBSD/sys/uvm/pmap
ad be9c6147a4 pmap_remove_all(): Return a boolean value to indicate the behaviour. If
true, all mappings have been removed, the pmap is totally cleared out, and
UVM can then avoid doing the work to call pmap_remove() for each map entry.
If false, either nothing has been done, or some helpful arch-specific voodoo
has taken place.
2020-03-14 14:05:42 +00:00
..
pmap_pvt.c Revert previous (include of sys/param.h) - the headers requiring this 2020-01-01 16:50:41 +00:00
pmap_pvt.h
pmap_segtab.c 0x%p --> %p for non-external codes. 2020-02-24 12:20:29 +00:00
pmap_synci.c KNF 2019-12-18 11:27:56 +00:00
pmap_synci.h
pmap_tlb.c KNF 2019-12-18 11:27:56 +00:00
pmap_tlb.h
pmap.c pmap_remove_all(): Return a boolean value to indicate the behaviour. If 2020-03-14 14:05:42 +00:00
pmap.h With DEBUG defined, it's possible to execute a TLB-vs-segmap consistency 2020-03-11 13:30:31 +00:00
tlb.h
vmpagemd.h pg->phys_addr -> VM_PAGE_TO_PHYS(). 2019-12-30 18:28:06 +00:00