Home
last modified time | relevance | path

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

/xnu-8020.140.41/pexpert/pexpert/arm/
H A Dprotos.h11 extern vm_offset_t pe_arm_get_soc_base_phys(void);
/xnu-8020.140.41/pexpert/arm/
H A Dpe_identify_machine.c64 if (pe_arm_get_soc_base_phys() == 0) { in pe_identify_machine()
182 pe_arm_get_soc_base_phys(void) in pe_arm_get_soc_base_phys() function
536 gSocPhys = pe_arm_get_soc_base_phys(); in pe_arm_map_interrupt_controller()
H A Dpe_fiq.c103 vm_offset_t soc_base_phys = pe_arm_get_soc_base_phys(); in pe_init_fiq()
H A Dpe_serial.c833 soc_base = pe_arm_get_soc_base_phys(); in serial_init()