Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/arm/
H A Dpe_identify_machine.c185 uintptr_t const *ranges_prop; in pe_arm_get_soc_base_phys() local
195 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys()
196 gPESoCBasePhys = *(ranges_prop + 1); in pe_arm_get_soc_base_phys()