Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dioreg.py1852 memory_map = FindRegistryObjectRecurse(chosen, "memory-map")
1853 if memory_map is None:
1859 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
2000 memory_map = FindRegistryObjectRecurse(chosen, "carveout-memory-map")
2001 if memory_map is None:
2018 region_id_list = GetRegionProp(memory_map.fPropertyTable, region_id);
2020 region_name_id_list = GetRegionProp(memory_map.fPropertyTable, region_name_id);
2023 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
2032 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)
/xnu-12377.41.6/osfmk/arm64/sptm/
H A Darm_init_sptm.c1450 DTEntry memory_map; in arm_get_bootkc_ranges_from_DT() local
1464 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_get_bootkc_ranges_from_DT()
1477 err = SecureDTGetProperty(memory_map, BootKC_Properties[i], (void const **)&range, &rangeSize); in arm_get_bootkc_ranges_from_DT()
1528 DTEntry memory_map; in arm_vm_prot_init() local
1542 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1545 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
/xnu-12377.41.6/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.41.6/osfmk/arm64/
H A Darm_vm_init.c1304 DTEntry memory_map; in arm_vm_prot_init() local
1318 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1321 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1367 err = SecureDTGetProperty(memory_map, "AuxKC", (const void**)&auxKC_range, in arm_vm_prot_init()
1373 err = SecureDTGetProperty(memory_map, "AuxKC-mach_header", in arm_vm_prot_init()