Home
last modified time | relevance | path

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

/xnu-12377.1.9/doc/lifecycle/
H A Dstartup.md130 - `vm_map_steal_memory`: Allocate bootstrap VM maps prior to the zone allocator coming up
/xnu-12377.1.9/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.1.9/osfmk/vm/
H A Dvm_resident.c11093 vm_map_t maps[kMaxKernelDepth]; in vm_page_diagnose() local
11112 maps[stackIdx] = map; in vm_page_diagnose()
11145 map = maps[stackIdx]; in vm_page_diagnose()
11218 vm_map_t maps[kMaxKernelDepth]; in vm_task_evict_shared_cache() local
11236 maps[stackIdx] = map; in vm_task_evict_shared_cache()
11263 map = maps[stackIdx]; in vm_task_evict_shared_cache()
/xnu-12377.1.9/makedefs/
H A DMakeInc.rule225 # If there are no headers then there can be no module maps.