Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/arm/ !
H A Dpe_identify_machine.c45 if (pe_arm_get_soc_base_phys() == 0) { in pe_identify_machine()
163 pe_arm_get_soc_base_phys(void) in pe_arm_get_soc_base_phys() function
198 gSocPhys = pe_arm_get_soc_base_phys(); in pe_arm_map_interrupt_controller()
H A Dpe_serial.c408 const vm_offset_t soc_base_phys = pe_arm_get_soc_base_phys(); in apple_uart_setup()
463 const vm_offset_t soc_base_phys = pe_arm_get_soc_base_phys(); in dockchannel_setup()
725 const vm_offset_t soc_base_phys = pe_arm_get_soc_base_phys(); in pl011_uart_setup()
902 soc_base = pe_arm_get_soc_base_phys(); in serial_init()
H A Dpe_fiq.c99 vm_offset_t soc_base_phys = pe_arm_get_soc_base_phys(); in pe_init_fiq()
/xnu-12377.1.9/pexpert/pexpert/arm/ !
H A Dprotos.h11 extern vm_offset_t pe_arm_get_soc_base_phys(void);