Home
last modified time | relevance | path

Searched refs:vm (Results 1 – 25 of 33) sorted by relevance

12

/xnu-11215/tests/
H A DMakefile488 vm/neural_footprint: test_utils.c vm/neural_footprint.c ./vm/neural_footprint.entitlement
588 vm/test_vm_no_pager: vm/test_vm_no_pager_helper
859 vm/hello: vm/hello.c
864 install-vm/hello: vm/hello
866 cp $(SYMROOT)/vm/hello $(INSTALLDIR)/vm/
868 vm/vm_tainted_executable: vm/hello
1325 install-vm/fault_throughput: vm/fault_throughput
1351 cp $(SYMROOT)/vm/mixed_pagesize $(INSTALLDIR)/vm/
1380 install-vm/perf_madvise: vm/perf_madvise
1382 cp $(SYMROOT)/vm/perf_madvise $(INSTALLDIR)/vm/
[all …]
H A Dstackshot_accuracy.m416 if (sysctlbyname("vm.freeze_enabled", &freeze_enabled, &fe_len, NULL, 0) == -1) {
420 T_FAIL("failed to query vm.freeze_enabled, errno: %d", errno);
/xnu-11215/osfmk/conf/
H A Dfiles287 osfmk/vm/analytics.c standard
294 osfmk/vm/lz4.c standard
296 osfmk/vm/device_vm.c standard
298 osfmk/vm/vm_debug.c standard
299 osfmk/vm/vm_fault.c standard
300 osfmk/vm/vm_init.c standard
301 osfmk/vm/vm_kern.c standard
302 osfmk/vm/vm_map.c standard
309 osfmk/vm/vm_pmap.c standard
318 osfmk/vm/vm_upl.c standard
[all …]
H A Dfiles.x86_645 osfmk/vm/vm_apple_protect.c standard
H A Dfiles.arm645 osfmk/vm/vm_apple_protect.c standard
/xnu-11215/bsd/vm/
H A DMakefile16 INSTALL_MI_DIR = vm
20 EXPORT_MI_DIR = vm
/xnu-11215/osfmk/
H A DMakefile25 vm \
64 vm \
/xnu-11215/osfmk/vm/
H A DMakefile84 INSTALL_MI_DIR = vm
89 EXPORT_MI_DIR = vm
H A Dvm_map.h336 #pragma mark - vm map wiring
463 #pragma mark - vm map copy
H A Dvm_kern_xnu.h1378 #pragma mark accounting: vm tags
/xnu-11215/tools/lldbmacros/kmemory/
H A D__init__.py4 from .vm import *
/xnu-11215/osfmk/mach/
H A Dvm_types_unsafe.h108 typedef vm ## size ## _ ## variant ## _struct_t _unsafe_type; \
113 typedef vm ## size ## _ ## variant ## _struct_t _unsafe_type; \
/xnu-11215/bsd/
H A DMakefile58 vm
/xnu-11215/osfmk/kern/
H A Dhv_support_kext.h62 void (*task_destroy)(void *vm);
/xnu-11215/doc/vm/
H A Dsanitize.md249 For files outside `osfmk/vm` and `bsd/vm` that need to see the opaque type
263 - `tests/vm/vm_parameter_validation.c` (test `vm_parameter_validation_user`
271 See `tests/vm/vm_parameter_validation.c` for instructions.
273 You can run these tests locally. See `tests/vm/vm_parameter_validation.c`
346 Step 1: are you testing userspace callers (`tests/vm/vm_parameter_validation.c`),
411 `tests/vm/vm_parameter_validation.c` for instructions on how to run your
423 stable. See `tests/vm/vm_parameter_validation.c` for instructions.
H A Dfreezer.md19 …ll `task_freeze` (`osfmk/kern/task.c`) which calls `vm_map_freeze` (`osfmk/vm/vm_map.c`). `vm_map_…
70 …hat is already on NAND. See this check in `vm_compressor_relocate` (`osfmk/vm/vm_compressor.c`) fo…
89 …ayer via an IOCTL to the swap device. See `vm_swap_vol_get_budget` in `bsd/vm/vm_compressor_backin…
H A Dmemorystatus_kills.md71 ….sd.apple.com/projects/COREOS/repos/cachedeleteservices/browse), sets the `vm.freeze_enabled` sysc…
94 …ment or compressed pages limit. See `vm_compressor_low_on_space` in `osfmk/vm/vm_compressor.c`. Th…
/xnu-11215/tools/lldbmacros/
H A DMakefile48 kmemory/vm.py \
/xnu-11215/san/coverage/
H A Dkcov-blacklist-x86_6470 src:./osfmk/vm/vm_compressor.c
/xnu-11215/san/memory/
H A Dkasan-blacklist-x86_6470 src:./osfmk/vm/vm_compressor.c
/xnu-11215/bsd/sys/
H A DMakefile48 vm.h vmmeter.h vmparam.h vnode_if.h vsock.h vstat.h wait.h xattr.h \
164 utfconv.h unicode.h vm.h vmparam.h vnode.h vnode_if.h vsock.h xattr.h \
/xnu-11215/libkdd/
H A DREADME.md76 to many subsystems. It includes data such as io stats, vm counters, process names/flags and syscall…
/xnu-11215/doc/lifecycle/
H A Dstartup.md152 - Rank 2: `vm_page_module_init`: create the "vm pages" zone.
/xnu-11215/bsd/conf/
H A Dfiles493 bsd/vm/vnode_pager.c standard
494 bsd/vm/vm_unix.c standard
495 bsd/vm/dp_backing_file.c standard
496 bsd/vm/vm_compressor_backing_file.c standard
/xnu-11215/tests/vm/
H A Dtest_vm_no_pager.m33 T_META_NAMESPACE("xnu.vm"),

12