Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/doc/lifecycle/
H A Dstartup.md130 - `vm_map_steal_memory`: Allocate bootstrap VM maps prior to the zone allocator coming up
/xnu-12377.61.12/doc/allocators/
H A Dxnu-kernel-restricted.md91 The Mach VM manages the lifecycle of physical pages on the system. VM maps are the source of truth …
/xnu-12377.61.12/doc/debugging/
H A Dextensible_paniclog.md11 All clients who adopt this infrastructure will have to use a UUID that maps to a format of the buff…
H A Ddebugging.md108 * **lossless conversion** - maps invalid characters to special unicode range so it can reconstruct
/xnu-12377.61.12/makedefs/
H A DMakeInc.rule225 # If there are no headers then there can be no module maps.
/xnu-12377.61.12/osfmk/vm/
H A Dvm_resident.c11981 vm_map_t maps[kMaxKernelDepth]; in vm_page_diagnose() local
12000 maps[stackIdx] = map; in vm_page_diagnose()
12033 map = maps[stackIdx]; in vm_page_diagnose()
12106 vm_map_t maps[kMaxKernelDepth]; in vm_task_evict_shared_cache() local
12124 maps[stackIdx] = map; in vm_task_evict_shared_cache()
12151 map = maps[stackIdx]; in vm_task_evict_shared_cache()