1# $NetBSD: files.uvm,v 1.29 2018/05/19 11:39:37 jdolecek Exp $ 2 3# 4# UVM options 5# 6defflag opt_uvmhist.h UVMHIST: KERNHIST 7defflag opt_uvmhist.h UVMHIST_PRINT: KERNHIST_PRINT 8defparam opt_uvmhist.h UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE 9defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_COUNTERS 10defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU 11defflag opt_vmswap.h VMSWAP 12defflag opt_readahead.h READAHEAD_STATS 13defflag opt_ubc.h UBC_STATS 14defparam opt_pagermap.h PAGER_MAP_SIZE 15defflag PDPOLICY_CLOCKPRO 16defparam USER_VA0_DISABLE_DEFAULT 17defflag opt_uvm_page_trkown.h UVM_PAGE_TRKOWN 18defflag opt_uvm_hotplug.h UVM_HOTPLUG 19 20define uvm 21defflag opt_uvm.h UVM 22file uvm/uvm_amap.c uvm 23file uvm/uvm_anon.c uvm 24file uvm/uvm_aobj.c uvm 25file uvm/uvm_bio.c uvm 26file uvm/uvm_coredump.c coredump 27file uvm/uvm_device.c uvm 28file uvm/uvm_fault.c uvm 29file uvm/uvm_glue.c uvm 30file uvm/uvm_init.c uvm 31file uvm/uvm_io.c uvm 32file uvm/uvm_km.c uvm 33file uvm/uvm_loan.c uvm 34file uvm/uvm_map.c uvm 35file uvm/uvm_meter.c uvm 36file uvm/uvm_mmap.c uvm 37file uvm/uvm_mremap.c uvm 38file uvm/uvm_object.c uvm 39file uvm/uvm_page.c uvm 40file uvm/uvm_pager.c uvm 41file uvm/uvm_pdaemon.c uvm 42file uvm/uvm_pdpolicy_clock.c !pdpolicy_clockpro 43file uvm/uvm_pdpolicy_clockpro.c pdpolicy_clockpro 44file uvm/uvm_pglist.c uvm 45file uvm/uvm_physseg.c uvm 46file uvm/uvm_readahead.c uvm 47file uvm/uvm_stat.c uvm 48file uvm/uvm_swap.c vmswap 49file uvm/uvm_swapstub.c !vmswap 50file uvm/uvm_unix.c uvm 51file uvm/uvm_user.c uvm 52file uvm/uvm_vnode.c uvm 53