Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dioreg.py1693 memory_map = FindRegistryObjectRecurse(chosen, "memory-map")
1694 if memory_map is None:
1700 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
1841 memory_map = FindRegistryObjectRecurse(chosen, "carveout-memory-map")
1842 if memory_map is None:
1859 region_id_list = GetRegionProp(memory_map.fPropertyTable, region_id);
1861 region_name_id_list = GetRegionProp(memory_map.fPropertyTable, region_name_id);
1864 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
1873 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)
/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c1345 DTEntry memory_map; in arm_get_bootkc_ranges_from_DT() local
1359 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_get_bootkc_ranges_from_DT()
1372 err = SecureDTGetProperty(memory_map, BootKC_Properties[i], (void const **)&range, &rangeSize); in arm_get_bootkc_ranges_from_DT()
1423 DTEntry memory_map; in arm_vm_prot_init() local
1437 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1440 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
/xnu-12377.1.9/bsd/kern/
H A Dkern_trustcache.c1169 DTEntry memory_map = {0}; in load_static_trust_cache() local
1183 int err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in load_static_trust_cache()
1189 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
/xnu-12377.1.9/osfmk/arm64/
H A Darm_vm_init.c1300 DTEntry memory_map; in arm_vm_prot_init() local
1314 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1317 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1363 err = SecureDTGetProperty(memory_map, "AuxKC", (const void**)&auxKC_range, in arm_vm_prot_init()
1369 err = SecureDTGetProperty(memory_map, "AuxKC-mach_header", in arm_vm_prot_init()