Searched refs:memory_map (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | ioreg.py | 1689 memory_map = FindRegistryObjectRecurse(chosen, "memory-map") 1690 if memory_map is None: 1696 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol) 1837 memory_map = FindRegistryObjectRecurse(chosen, "carveout-memory-map") 1838 if memory_map is None: 1855 region_id_list = GetRegionProp(memory_map.fPropertyTable, region_id); 1857 region_name_id_list = GetRegionProp(memory_map.fPropertyTable, region_name_id); 1860 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol) 1869 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)
|
| /xnu-11417.101.15/osfmk/arm64/sptm/ |
| H A D | arm_init_sptm.c | 1294 DTEntry memory_map; in arm_get_bootkc_ranges_from_DT() local 1308 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_get_bootkc_ranges_from_DT() 1321 err = SecureDTGetProperty(memory_map, BootKC_Properties[i], (void const **)&range, &rangeSize); in arm_get_bootkc_ranges_from_DT() 1372 DTEntry memory_map; in arm_vm_prot_init() local 1386 err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in arm_vm_prot_init() 1389 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | kern_trustcache.c | 1169 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-11417.101.15/osfmk/arm64/ |
| H A D | arm_vm_init.c | 1300 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()
|