Home
last modified time | relevance | path

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

/xnu-11417.140.69/pexpert/arm/hwtrace/
H A Dhwtrace.c201 uint32_t prop_size, reg_window_size = 0; in pe_init_debug_command() local
225 reg_window_size = ((uint32_t)*(reg_prop + 1)); in pe_init_debug_command()
226 if (reg_window_size > MAX_WINDOW_SIZE) { in pe_init_debug_command()
228 __func__, entry_name, reg_window_size, base_address_pa, MAX_WINDOW_SIZE ); in pe_init_debug_command()
230 debug_reg_window = ml_io_map(base_address_pa, reg_window_size); in pe_init_debug_command()
233 __func__, entry_name, reg_window_size, base_address_pa, debug_reg_window ); in pe_init_debug_command()
235 if ((REGISTER_OFFSET(*reg_prop) + REGISTER_SIZE(*reg_prop)) > reg_window_size) { in pe_init_debug_command()
238 REGISTER_OFFSET(*reg_prop), REGISTER_SIZE(*reg_prop), base_address_pa, reg_window_size ); in pe_init_debug_command()