1# $NetBSD: files.uvm,v 1.37 2021/06/03 20:18:06 riastradh 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 UVMMAP_COUNTERS 10defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU 11defflag opt_vmswap.h VMSWAP_DEFAULT_PLAINTEXT 12defflag opt_vmswap.h VMSWAP : aes 13defflag opt_readahead.h READAHEAD_STATS 14defflag opt_ubc.h UBC_STATS 15defparam opt_pagermap.h PAGER_MAP_SIZE 16defflag PDPOLICY_CLOCKPRO 17defparam USER_VA0_DISABLE_DEFAULT 18defflag opt_uvm_page_trkown.h UVM_PAGE_TRKOWN 19defflag opt_uvm_hotplug.h UVM_HOTPLUG 20 21define uvm 22defflag opt_uvm.h UVM 23file uvm/uvm_amap.c uvm 24file uvm/uvm_anon.c uvm 25file uvm/uvm_aobj.c uvm 26file uvm/uvm_bio.c uvm 27file uvm/uvm_coredump.c uvm & coredump 28file uvm/uvm_device.c uvm 29file uvm/uvm_fault.c uvm 30file uvm/uvm_glue.c uvm 31file uvm/uvm_init.c uvm 32file uvm/uvm_io.c uvm 33file uvm/uvm_km.c uvm 34file uvm/uvm_loan.c uvm 35file uvm/uvm_map.c uvm 36file uvm/uvm_meter.c uvm 37file uvm/uvm_mmap.c uvm 38file uvm/uvm_mremap.c uvm 39file uvm/uvm_object.c uvm 40file uvm/uvm_page.c uvm 41file uvm/uvm_page_array.c uvm 42file uvm/uvm_page_status.c uvm 43file uvm/uvm_pager.c uvm 44file uvm/uvm_pdaemon.c uvm 45file uvm/uvm_pdpolicy_clock.c !pdpolicy_clockpro 46file uvm/uvm_pdpolicy_clockpro.c pdpolicy_clockpro 47file uvm/uvm_pgflcache.c uvm 48file uvm/uvm_pglist.c uvm 49file uvm/uvm_physseg.c uvm 50file uvm/uvm_readahead.c uvm 51file uvm/uvm_stat.c uvm 52file uvm/uvm_swap.c vmswap 53file uvm/uvm_swapstub.c !vmswap 54file uvm/uvm_unix.c uvm 55file uvm/uvm_user.c uvm 56file uvm/uvm_vnode.c uvm 57