Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/arm/hwtrace/
H A Dhwtrace.c206 uintptr_t base_address_pa = 0, debug_reg_window = 0; in pe_init_debug_command() local
228 base_address_pa = gSocPhys + *reg_prop; in pe_init_debug_command()
232 __func__, entry_name, reg_window_size, base_address_pa, MAX_WINDOW_SIZE ); in pe_init_debug_command()
234 debug_reg_window = ml_io_map(base_address_pa, reg_window_size); in pe_init_debug_command()
237 __func__, entry_name, reg_window_size, base_address_pa, debug_reg_window ); in pe_init_debug_command()
242 REGISTER_OFFSET(*reg_prop), REGISTER_SIZE(*reg_prop), base_address_pa, reg_window_size ); in pe_init_debug_command()
252 next_command_buffer_entry->address_pa = base_address_pa + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()