Home
last modified time | relevance | path

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

/xnu-11215.61.5/tools/lldbmacros/
H A Dioreg.py1707 memory_map = FindRegistryObjectRecurse(chosen, "memory-map")
1708 if memory_map is None:
1714 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
1857 memory_map = FindRegistryObjectRecurse(chosen, "carveout-memory-map")
1858 if memory_map is None:
1875 region_id_list = GetRegionProp(memory_map.fPropertyTable, region_id);
1877 region_name_id_list = GetRegionProp(memory_map.fPropertyTable, region_name_id);
1880 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
1889 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)
/xnu-11215.61.5/osfmk/arm64/sptm/
H A Darm_init_sptm.c1249 DTEntry memory_map; in arm_get_bootkc_ranges_from_DT() local
1263 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_get_bootkc_ranges_from_DT()
1276 err = SecureDTGetProperty(memory_map, BootKC_Properties[i], (void const **)&range, &rangeSize); in arm_get_bootkc_ranges_from_DT()
1327 DTEntry memory_map; in arm_vm_prot_init() local
1341 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init()
1344 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
/xnu-11215.61.5/bsd/kern/
H A Dkern_trustcache.c1026 DTEntry memory_map = {0}; in load_static_trust_cache() local
1046 int err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in load_static_trust_cache()
1052 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
/xnu-11215.61.5/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()