Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c760 DTEntry memory_map = {0}; in load_static_trust_cache() local
780 int err = SecureDTLookupEntry(NULL, "chosen/memory-map", &memory_map); in load_static_trust_cache()
786 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
/xnu-8796.121.2/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-8796.121.2/tools/lldbmacros/
H A Dioreg.py1709 memory_map = FindRegistryObjectRecurse(chosen, "memory-map")
1710 if memory_map is None:
1716 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)