Home
last modified time | relevance | path

Searched refs:memory_map (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c733 DTEntry memory_map = {0}; in load_static_trust_cache() local
759 int err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in load_static_trust_cache()
765 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
/xnu-8792.41.9/osfmk/arm64/
H A Darm_vm_init.c1272 DTEntry memory_map; in arm_vm_prot_init() local
1286 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1289 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1335 err = SecureDTGetProperty(memory_map, "AuxKC", (const void**)&auxKC_range, in arm_vm_prot_init()
1341 err = SecureDTGetProperty(memory_map, "AuxKC-mach_header", in arm_vm_prot_init()
/xnu-8792.41.9/tools/lldbmacros/
H A Dioreg.py1690 memory_map = FindRegistryObjectRecurse(chosen, "memory-map")
1691 if memory_map is None:
1697 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)