Marcel Moolenaar 5280c8c2ab o s/vhpt_size/pmap_vhpt_log2size/g
o  s/vhpt_base/pmap_vhpt_base/g
o  s/vhpt_bucket/pmap_vhpt_bucket/g
o  Declare the above in <machine/pmap.h>
o  Move the vm.stats.vhpt.* sysctls to machdep.vhpt.*
o  Create a tunable machdep.vhpt.log2size, with corresponding sysctl.
   The tunable allows the user to specify the VHPT size from the loader.
o  Don't keep track of the number of PTEs in the VHPT. Calculate the
   population when necessary by iterating the buckets and summing up
   the length of the buckets.
o  Don't perform the tpa instruction with a bucket lock held. The
   instruction can (theoretically) fault and locking is not needed.
2005-09-03 23:53:50 +00:00
..
2005-01-31 08:16:45 +00:00
2004-08-01 18:51:44 +00:00
2005-09-03 23:53:50 +00:00
2005-06-09 19:45:09 +00:00
2005-08-06 20:28:19 +00:00
2004-09-19 03:50:46 +00:00
2004-04-18 07:11:12 +00:00
2005-08-06 20:28:19 +00:00