Home
last modified time | relevance | path

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

/xnu-12377.81.4/pexpert/arm/
H A Dpe_identify_machine.c188 vm_offset_t gSocPhys; variable
198 gSocPhys = pe_arm_get_soc_base_phys(); in pe_arm_map_interrupt_controller()
200 soc_phys = gSocPhys; in pe_arm_map_interrupt_controller()
261 soc_phys = gSocPhys; in pe_arm_init_timer()
/xnu-12377.81.4/pexpert/arm/hwtrace/
H A Dhwtrace.c46 extern vm_offset_t gSocPhys;
230 base_address_pa = gSocPhys + *reg_prop; in pe_init_debug_command()
520 if (gSocPhys == 0) { in pe_arm_debug_init_early()
549 ml_init_arm_debug_interface(boot_cpu_data, ml_io_map(gSocPhys + *reg_prop, *(reg_prop + 1))); in pe_arm_debug_init_early()