Home
last modified time | relevance | path

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

/xnu-12377.81.4/doc/lifecycle/
H A Dstartup.md130 - `vm_map_steal_memory`: Allocate bootstrap VM maps prior to the zone allocator coming up
/xnu-12377.81.4/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.81.4/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.81.4/makedefs/
H A DMakeInc.rule225 # If there are no headers then there can be no module maps.
/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c11985 vm_map_t maps[kMaxKernelDepth]; in vm_page_diagnose() local
12004 maps[stackIdx] = map; in vm_page_diagnose()
12037 map = maps[stackIdx]; in vm_page_diagnose()
12110 vm_map_t maps[kMaxKernelDepth]; in vm_task_evict_shared_cache() local
12128 maps[stackIdx] = map; in vm_task_evict_shared_cache()
12155 map = maps[stackIdx]; in vm_task_evict_shared_cache()