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