Searched refs:reg_window_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 207 uint32_t prop_size, reg_window_size = 0; in pe_init_debug_command() local 231 reg_window_size = ((uint32_t)*(reg_prop + 1)); in pe_init_debug_command() 232 if (reg_window_size > MAX_WINDOW_SIZE) { in pe_init_debug_command() 234 __func__, entry_name, reg_window_size, base_address_pa, MAX_WINDOW_SIZE ); in pe_init_debug_command() 236 debug_reg_window = ml_io_map(base_address_pa, reg_window_size); in pe_init_debug_command() 239 __func__, entry_name, reg_window_size, base_address_pa, debug_reg_window ); in pe_init_debug_command() 241 if ((REGISTER_OFFSET(*reg_prop) + REGISTER_SIZE(*reg_prop)) > reg_window_size) { in pe_init_debug_command() 244 REGISTER_OFFSET(*reg_prop), REGISTER_SIZE(*reg_prop), base_address_pa, reg_window_size ); in pe_init_debug_command()
|