Home
last modified time | relevance | path

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

/xnu-10002.41.9/pexpert/arm/
H A Dpe_identify_machine.c323 uintptr_t base_address_pa = 0, debug_reg_window = 0; in pe_init_debug_command() local
342 debug_reg_window = 0; // Create a new window in pe_init_debug_command()
343 } else if (debug_reg_window == 0) { in pe_init_debug_command()
351 debug_reg_window = ml_io_map(base_address_pa, reg_window_size); in pe_init_debug_command()
352 assert(debug_reg_window); in pe_init_debug_command()
354 __func__, entry_name, reg_window_size, base_address_pa, debug_reg_window ); in pe_init_debug_command()
368 next_command_buffer_entry->address = debug_reg_window + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()