Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/arm/
H A Dpe_identify_machine.c304 uint32_t prop_size, reg_window_size = 0; in pe_init_debug_command() local
328 reg_window_size = ((uint32_t)*(reg_prop + 1)); in pe_init_debug_command()
329 if (reg_window_size > MAX_WINDOW_SIZE) { in pe_init_debug_command()
331 __func__, entry_name, reg_window_size, base_address_pa, MAX_WINDOW_SIZE ); in pe_init_debug_command()
333 debug_reg_window = ml_io_map(base_address_pa, reg_window_size); in pe_init_debug_command()
336 __func__, entry_name, reg_window_size, base_address_pa, debug_reg_window ); in pe_init_debug_command()
338 if ((REGISTER_OFFSET(*reg_prop) + REGISTER_SIZE(*reg_prop)) > reg_window_size) { in pe_init_debug_command()
341 REGISTER_OFFSET(*reg_prop), REGISTER_SIZE(*reg_prop), base_address_pa, reg_window_size ); in pe_init_debug_command()