Home
last modified time | relevance | path

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

/xnu-12377.81.4/pexpert/arm/
H A Dpe_identify_machine.c166 uintptr_t const *ranges_prop; in pe_arm_get_soc_base_phys() local
176 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys()
177 gPESoCBasePhys = *(ranges_prop + 1); in pe_arm_get_soc_base_phys()