blob: 4a53cf3241f2537fb6322d4adfbfe7dc4e3ca203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# $NetBSD: files.uvm,v 1.37 2021/06/03 20:18:06 riastradh Exp $
#
# UVM options
#
defflag opt_uvmhist.h UVMHIST: KERNHIST
defflag opt_uvmhist.h UVMHIST_PRINT: KERNHIST_PRINT
defparam opt_uvmhist.h UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE
defflag opt_uvm.h UVMMAP_COUNTERS
defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU
defflag opt_vmswap.h VMSWAP_DEFAULT_PLAINTEXT
defflag opt_vmswap.h VMSWAP : aes
defflag opt_readahead.h READAHEAD_STATS
defflag opt_ubc.h UBC_STATS
defparam opt_pagermap.h PAGER_MAP_SIZE
defflag PDPOLICY_CLOCKPRO
defparam USER_VA0_DISABLE_DEFAULT
defflag opt_uvm_page_trkown.h UVM_PAGE_TRKOWN
defflag opt_uvm_hotplug.h UVM_HOTPLUG
define uvm
defflag opt_uvm.h UVM
file uvm/uvm_amap.c uvm
file uvm/uvm_anon.c uvm
file uvm/uvm_aobj.c uvm
file uvm/uvm_bio.c uvm
file uvm/uvm_coredump.c uvm & coredump
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
file uvm/uvm_page_array.c uvm
file uvm/uvm_page_status.c uvm
file uvm/uvm_pager.c uvm
file uvm/uvm_pdaemon.c uvm
file uvm/uvm_pdpolicy_clock.c !pdpolicy_clockpro
file uvm/uvm_pdpolicy_clockpro.c pdpolicy_clockpro
file uvm/uvm_pgflcache.c uvm
file uvm/uvm_pglist.c uvm
file uvm/uvm_physseg.c uvm
file uvm/uvm_readahead.c uvm
file uvm/uvm_stat.c uvm
file uvm/uvm_swap.c vmswap
file uvm/uvm_swapstub.c !vmswap
file uvm/uvm_unix.c uvm
file uvm/uvm_user.c uvm
file uvm/uvm_vnode.c uvm
|