NetBSD/sys/arch/usermode
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
..
compile
conf Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
dev Adopt <net/if_stat.h> 2020-02-05 07:18:16 +00:00
include Fix false sharing problems with cpu_info. Identified with tprof(8). 2019-12-01 15:34:44 +00:00
modules/syscallemu Set WARN=3 for sing-compare. 2019-02-17 05:32:35 +00:00
target
usermode pmap_remove_all(): Return a boolean value to indicate the behaviour. If 2020-03-14 14:05:42 +00:00