NetBSD/sys/uvm
joerg d621e29eca Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.
2010-02-08 19:02:25 +00:00
..
Makefile
files.uvm Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm.h Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_amap.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_aobj.h
uvm_bio.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
uvm_coredump.c
uvm_ddb.h
uvm_device.c vnode.h is not used here. 2010-02-05 03:49:11 +00:00
uvm_device.h
uvm_emap.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
uvm_extern.h Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
uvm_fault.c pgo_get needs the page array to be initialized. 2010-02-08 00:02:50 +00:00
uvm_fault.h
uvm_fault_i.h __inline -> inline 2010-02-06 12:10:59 +00:00
uvm_glue.c Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. 2009-12-17 01:25:10 +00:00
uvm_glue.h
uvm_init.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_io.c
uvm_km.c Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
uvm_km.h
uvm_kmguard.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
uvm_kmguard.h
uvm_loan.c A few assertions & comments. 2010-02-03 14:02:49 +00:00
uvm_loan.h Don't pass an unnecessary reference to uvm_loanbreak_anon(). 2010-02-02 17:40:43 +00:00
uvm_map.c Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
uvm_map.h - uvm_map_extract: update map->size correctly for !UVM_EXTRACT_CONTIG. 2009-08-01 16:35:51 +00:00
uvm_meter.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_mmap.c Consistently call amap / uobj layers as upper / lower, because UVM has only 2009-11-01 11:16:32 +00:00
uvm_mremap.c - don't reuse a variable for different purposes. 2009-08-02 16:07:34 +00:00
uvm_object.c Move uvm_object-related DDB hooks into uvm_object.c. Put all of the 2009-08-18 19:16:09 +00:00
uvm_object.h
uvm_page.c uvm_pageinsert, uvm_pageremove: Pass the uboj, to/from which a pg is 2010-01-27 03:56:33 +00:00
uvm_page.h __inline -> inline 2010-02-06 12:10:59 +00:00
uvm_pager.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
uvm_stat.h __inline -> inline 2010-02-06 12:10:59 +00:00
uvm_swap.c Use filesystem blocks to address filesystem objects. f_iosize just 2010-02-07 15:51:28 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c Use PRIxVADDR... (change a printf/panic -> panic) 2009-12-15 06:15:11 +00:00
uvm_user.c
uvm_vnode.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00