NetBSD/sys/uvm
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
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
uvm.h add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_amap.c comment cleanup, shift around the inline stuff a bit, 1999-01-28 14:46:27 +00:00
uvm_amap.h comment cleanup, shift around the inline stuff a bit, 1999-01-28 14:46:27 +00:00
uvm_amap_i.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_anon.c add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_anon.h add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_aobj.c add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_aobj.h add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_ddb.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_device.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_device.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_extern.h add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_fault.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_fault.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_fault_i.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_glue.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_glue.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_init.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_io.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_km.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_km.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_loan.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_loan.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_map.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_map.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_map_i.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_meter.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_mmap.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_object.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_page.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_page.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_page_i.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_pager.c Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
uvm_pager.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_pager_i.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_pdaemon.c add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:33:30 +00:00
uvm_pdaemon.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_pglist.c Merge paddr_t changes into the main branch. 1998-08-13 02:10:37 +00:00
uvm_stat.c add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_stat.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_swap.c add uvmexp.swpgonly and use it to detect out-of-swap conditions. 1999-03-26 17:34:15 +00:00
uvm_swap.h restore rcsids 1998-02-07 11:07:38 +00:00
uvm_unix.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_user.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_vnode.c remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
uvm_vnode.h remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00