Searched refs:vm (Results 1 - 25 of 758) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/
H A DMakefile21 vm \
44 vm \
/macosx-10.9.5/xnu-2422.115.4/bsd/
H A DMakefile50 vm
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A Dfiles545 bsd/vm/vnode_pager.c standard
546 bsd/vm/vm_unix.c standard
547 bsd/vm/dp_backing_file.c standard
548 bsd/vm/vm_compressor_backing_file.c standard
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c107 #include <vm/vm_map.h>
108 #include <vm/vm_shared_region.h>
110 #include <vm/vm_protos.h>
175 vm_shared_region_lck_grp = lck_grp_alloc_init("vm shared region",
H A Dvm_user.c59 * File: vm/vm_user.c
110 #include <vm/vm_fault.h>
111 #include <vm/vm_map.h>
112 #include <vm/vm_object.h>
113 #include <vm/vm_page.h>
114 #include <vm/memory_object.h>
115 #include <vm/vm_pageout.h>
116 #include <vm/vm_protos.h>
121 #include <vm/cpm.h>
1398 * in until the vm merg
[all...]
H A Dvm_compressor.c29 #include <vm/vm_compressor.h>
30 #include <vm/vm_map.h>
31 #include <vm/vm_pageout.h>
32 #include <vm/memory_object.h>
H A Dvm_compressor.h30 #include <vm/vm_compressor_pager.h>
31 #include <vm/vm_kern.h>
32 #include <vm/vm_page.h>
33 #include <vm/vm_protos.h>
34 #include <vm/WKdm_new.h>
35 #include <vm/vm_object.h>
H A Dvm_compressor_backing_store.c30 #include <vm/vm_protos.h>
H A Dvm_compressor_backing_store.h32 #include <vm/vm_kern.h>
35 #include <vm/vm_pageout.h>
36 #include <vm/vm_protos.h>
37 #include <vm/vm_compressor.h>
72 #define SWAP_FILE_NAME "/var/vm/swapfile"
H A Dvm_fault.c91 #include <vm/vm_compressor.h>
92 #include <vm/vm_compressor_pager.h>
93 #include <vm/vm_fault.h>
94 #include <vm/vm_map.h>
95 #include <vm/vm_object.h>
96 #include <vm/vm_page.h>
97 #include <vm/vm_kern.h>
98 #include <vm/pmap.h>
99 #include <vm/vm_pageout.h>
100 #include <vm/vm_proto
[all...]
H A Dvm_kern.c59 * File: vm/vm_kern.c
71 #include <vm/vm_kern.h>
72 #include <vm/vm_map.h>
73 #include <vm/vm_object.h>
74 #include <vm/vm_page.h>
75 #include <vm/vm_pageout.h>
77 #include <vm/cpm.h>
H A Dvm_map.c59 * File: vm/vm_map.c
86 #include <vm/cpm.h>
87 #include <vm/vm_compressor_pager.h>
88 #include <vm/vm_init.h>
89 #include <vm/vm_fault.h>
90 #include <vm/vm_map.h>
91 #include <vm/vm_object.h>
92 #include <vm/vm_page.h>
93 #include <vm/vm_pageout.h>
94 #include <vm/vm_ker
[all...]
H A Dvm_map.h60 * File: vm/vm_map.h
81 #include <vm/pmap.h>
106 #include <vm/vm_object.h>
107 #include <vm/vm_page.h>
117 #include <vm/vm_map_store.h>
344 /* boolean_t */ disable_vmentry_reuse:1, /* All vm entries should keep using newer and higher addresses in the map */
407 * The second format is a single vm object. This was used
586 * Macros/functions for map residence counts and swapin/out of vm maps
H A Dvm_object.c59 * File: vm/vm_object.c
92 #include <vm/memory_object.h>
93 #include <vm/vm_compressor_pager.h>
94 #include <vm/vm_fault.h>
95 #include <vm/vm_map.h>
96 #include <vm/vm_object.h>
97 #include <vm/vm_page.h>
98 #include <vm/vm_pageout.h>
99 #include <vm/vm_protos.h>
100 #include <vm/vm_purgeable_interna
[all...]
H A Dvm_page.h59 * File: vm/vm_page.h
70 #include <vm/vm_options.h>
75 #include <vm/vm_object.h>
H A Dvm_pageout.c59 * File: vm/vm_pageout.c
97 #include <vm/pmap.h>
98 #include <vm/vm_compressor_pager.h>
99 #include <vm/vm_fault.h>
100 #include <vm/vm_map.h>
101 #include <vm/vm_object.h>
102 #include <vm/vm_page.h>
103 #include <vm/vm_pageout.h>
104 #include <vm/vm_protos.h> /* must be last */
105 #include <vm/memory_objec
7896 } vm; member in union:__anon15501
8039 } vm; member in union:__anon15503
[all...]
H A Dvm_purgeable.c25 #include <vm/vm_page.h>
26 #include <vm/vm_kern.h> /* kmem_alloc */
27 #include <vm/vm_protos.h>
28 #include <vm/vm_purgeable_internal.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c109 #include <vm/pmap.h>
110 #include <vm/vm_map.h>
111 #include <vm/vm_kern.h>
114 #include <vm/vm_object.h>
115 #include <vm/vm_page.h>
138 #include <vm/vm_protos.h>
1116 * this function is only used for debugging fron the vm layer
2072 #include <vm/vm_debug.h>
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c90 #include <vm/pmap.h>
91 #include <vm/vm_map.h>
92 #include <vm/vm_kern.h>
93 #include <vm/vm_page.h>
1803 * If we want to log a zone, see if we need to allocate buffer space for the log. Some vm related zones are
H A Ddebug.c70 #include <vm/vm_kern.h>
71 #include <vm/pmap.h>
H A Dhost.c90 #include <vm/vm_map.h>
91 #include <vm/vm_purgeable_internal.h>
92 #include <vm/vm_pageout.h>
H A Dsched_fixedpriority.c58 #include <vm/pmap.h>
59 #include <vm/vm_kern.h>
60 #include <vm/vm_map.h>
H A Dstartup.c100 #include <vm/vm_kern.h>
101 #include <vm/vm_init.h>
102 #include <vm/vm_map.h>
103 #include <vm/vm_object.h>
104 #include <vm/vm_page.h>
105 #include <vm/vm_pageout.h>
106 #include <vm/vm_shared_region.h>
H A Dtask.c127 #include <vm/pmap.h>
128 #include <vm/vm_map.h>
129 #include <vm/vm_kern.h> /* for kernel_map, ipc_kernel_map */
130 #include <vm/vm_pageout.h>
131 #include <vm/vm_protos.h>
132 #include <vm/vm_purgeable_internal.h>
145 #include <vm/vm_shared_region.h>
H A Dtelemetry.c48 #include <vm/vm_kern.h>
49 #include <vm/vm_shared_region.h>

Completed in 858 milliseconds

1234567891011>>