Searched refs:vm (Results 1 – 25 of 33) sorted by relevance
12
| /xnu-11215/tests/ |
| H A D | Makefile | 488 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 D | stackshot_accuracy.m | 416 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 D | files | 287 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 D | files.x86_64 | 5 osfmk/vm/vm_apple_protect.c standard
|
| H A D | files.arm64 | 5 osfmk/vm/vm_apple_protect.c standard
|
| /xnu-11215/bsd/vm/ |
| H A D | Makefile | 16 INSTALL_MI_DIR = vm 20 EXPORT_MI_DIR = vm
|
| /xnu-11215/osfmk/ |
| H A D | Makefile | 25 vm \ 64 vm \
|
| /xnu-11215/osfmk/vm/ |
| H A D | Makefile | 84 INSTALL_MI_DIR = vm 89 EXPORT_MI_DIR = vm
|
| H A D | vm_map.h | 336 #pragma mark - vm map wiring 463 #pragma mark - vm map copy
|
| H A D | vm_kern_xnu.h | 1378 #pragma mark accounting: vm tags
|
| /xnu-11215/tools/lldbmacros/kmemory/ |
| H A D | __init__.py | 4 from .vm import *
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_types_unsafe.h | 108 typedef vm ## size ## _ ## variant ## _struct_t _unsafe_type; \ 113 typedef vm ## size ## _ ## variant ## _struct_t _unsafe_type; \
|
| /xnu-11215/bsd/ |
| H A D | Makefile | 58 vm
|
| /xnu-11215/osfmk/kern/ |
| H A D | hv_support_kext.h | 62 void (*task_destroy)(void *vm);
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 249 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 D | freezer.md | 19 …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 D | memorystatus_kills.md | 71 ….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 D | Makefile | 48 kmemory/vm.py \
|
| /xnu-11215/san/coverage/ |
| H A D | kcov-blacklist-x86_64 | 70 src:./osfmk/vm/vm_compressor.c
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-x86_64 | 70 src:./osfmk/vm/vm_compressor.c
|
| /xnu-11215/bsd/sys/ |
| H A D | Makefile | 48 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 D | README.md | 76 to many subsystems. It includes data such as io stats, vm counters, process names/flags and syscall…
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 152 - Rank 2: `vm_page_module_init`: create the "vm pages" zone.
|
| /xnu-11215/bsd/conf/ |
| H A D | files | 493 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 D | test_vm_no_pager.m | 33 T_META_NAMESPACE("xnu.vm"),
|
12