Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/arm/hwtrace/
H A Dhwtrace.c205 uint32_t prop_size, reg_window_size = 0; in pe_init_debug_command() local
229 reg_window_size = ((uint32_t)*(reg_prop + 1)); in pe_init_debug_command()
230 if (reg_window_size > MAX_WINDOW_SIZE) { 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()
239 if ((REGISTER_OFFSET(*reg_prop) + REGISTER_SIZE(*reg_prop)) > reg_window_size) { 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()