Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/pexpert/arm/hwtrace/
H A Dhwtrace.c46 extern vm_offset_t gSocPhys;
228 base_address_pa = gSocPhys + *reg_prop; in pe_init_debug_command()
521 if (gSocPhys == 0) { in pe_arm_init_debug()
541 ml_init_arm_debug_interface(args, ml_io_map(gSocPhys + *reg_prop, *(reg_prop + 1))); in pe_arm_init_debug()