2020-08-04 09:10:27 +03:00
|
|
|
# $NetBSD: files.uvm,v 1.36 2020/08/04 06:10:27 skrll Exp $
|
2005-11-28 01:18:41 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# UVM options
|
|
|
|
#
|
2016-08-12 16:40:21 +03:00
|
|
|
defflag opt_uvmhist.h UVMHIST: KERNHIST
|
|
|
|
defflag opt_uvmhist.h UVMHIST_PRINT: KERNHIST_PRINT
|
2016-12-01 05:09:03 +03:00
|
|
|
defparam opt_uvmhist.h UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE
|
2020-08-04 09:10:27 +03:00
|
|
|
defflag opt_uvm.h UVMMAP_COUNTERS
|
2015-04-12 15:44:13 +03:00
|
|
|
defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU
|
2020-06-30 02:33:46 +03:00
|
|
|
defflag opt_vmswap.h VMSWAP : aes
|
2005-11-29 18:45:28 +03:00
|
|
|
defflag opt_readahead.h READAHEAD_STATS
|
2006-09-30 19:38:06 +04:00
|
|
|
defflag opt_ubc.h UBC_STATS
|
2007-10-25 17:03:03 +04:00
|
|
|
defparam opt_pagermap.h PAGER_MAP_SIZE
|
2006-09-15 19:51:12 +04:00
|
|
|
defflag PDPOLICY_CLOCKPRO
|
2010-02-21 16:17:50 +03:00
|
|
|
defparam USER_VA0_DISABLE_DEFAULT
|
2010-12-09 04:48:05 +03:00
|
|
|
defflag opt_uvm_page_trkown.h UVM_PAGE_TRKOWN
|
2016-12-23 10:15:27 +03:00
|
|
|
defflag opt_uvm_hotplug.h UVM_HOTPLUG
|
2005-11-28 01:18:41 +03:00
|
|
|
|
2014-10-10 12:24:54 +04:00
|
|
|
define uvm
|
2014-10-10 13:01:01 +04:00
|
|
|
defflag opt_uvm.h UVM
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_amap.c uvm
|
|
|
|
file uvm/uvm_anon.c uvm
|
|
|
|
file uvm/uvm_aobj.c uvm
|
|
|
|
file uvm/uvm_bio.c uvm
|
2019-11-20 22:37:51 +03:00
|
|
|
file uvm/uvm_coredump.c uvm & coredump
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_device.c uvm
|
|
|
|
file uvm/uvm_fault.c uvm
|
|
|
|
file uvm/uvm_glue.c uvm
|
|
|
|
file uvm/uvm_init.c uvm
|
|
|
|
file uvm/uvm_io.c uvm
|
|
|
|
file uvm/uvm_km.c uvm
|
|
|
|
file uvm/uvm_loan.c uvm
|
|
|
|
file uvm/uvm_map.c uvm
|
|
|
|
file uvm/uvm_meter.c uvm
|
|
|
|
file uvm/uvm_mmap.c uvm
|
|
|
|
file uvm/uvm_mremap.c uvm
|
|
|
|
file uvm/uvm_object.c uvm
|
|
|
|
file uvm/uvm_page.c uvm
|
2019-12-16 00:11:34 +03:00
|
|
|
file uvm/uvm_page_array.c uvm
|
2020-01-15 20:55:43 +03:00
|
|
|
file uvm/uvm_page_status.c uvm
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_pager.c uvm
|
|
|
|
file uvm/uvm_pdaemon.c uvm
|
2006-09-15 19:51:12 +04:00
|
|
|
file uvm/uvm_pdpolicy_clock.c !pdpolicy_clockpro
|
|
|
|
file uvm/uvm_pdpolicy_clockpro.c pdpolicy_clockpro
|
2019-12-27 15:51:56 +03:00
|
|
|
file uvm/uvm_pgflcache.c uvm
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_pglist.c uvm
|
2016-12-23 10:15:27 +03:00
|
|
|
file uvm/uvm_physseg.c uvm
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_readahead.c uvm
|
|
|
|
file uvm/uvm_stat.c uvm
|
2005-11-28 01:18:41 +03:00
|
|
|
file uvm/uvm_swap.c vmswap
|
|
|
|
file uvm/uvm_swapstub.c !vmswap
|
2014-10-10 12:24:54 +04:00
|
|
|
file uvm/uvm_unix.c uvm
|
|
|
|
file uvm/uvm_user.c uvm
|
|
|
|
file uvm/uvm_vnode.c uvm
|