NetBSD/sys/vm
mycroft 31a2536cd0 Add a new `access type' argument to pmap_enter(). This indicates what type of
memory access a mapping was caused by.  This is passed through from uvm_fault()
and udv_fault(), and in most other cases is 0.
The pmap module may use this to preset R/M information.  On MMUs which require
R/M emulation, the implementation may preset the bits and avoid taking another
fault.  On MMUs which keep R/M information in hardware, the implementation may
preset its cached bits to speed up the next call to pmap_is_modified() or
pmap_is_referenced().
1999-03-26 21:58:39 +00:00
..
device_pager.h
Makefile
pglist.h
pmap.h Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
swap_pager.h
vm_conf.h
vm_extern.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_inherit.h
vm_kern.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_map.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_object.h
vm_page.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_pageout.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_pager.h
vm_param.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vm_prot.h
vm_swap.h
vm.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vnode_pager.h