|
OpenOCD
|

Data Fields | |
| unsigned int | abs_chain_position |
| bool | abstract_cmd_maybe_busy |
| uint32_t | base |
| int | current_hartid |
| int | hart_count |
| bool | hasel_supported |
| struct list_head | list |
| uint32_t | progbuf_cache [16] |
| struct list_head | target_list |
| bool | was_examined |
| bool | was_reset |
Definition at line 113 of file riscv-013.c.
| unsigned int dm013_info_t::abs_chain_position |
Definition at line 115 of file riscv-013.c.
Referenced by get_dm().
| bool dm013_info_t::abstract_cmd_maybe_busy |
Definition at line 140 of file riscv-013.c.
Referenced by abstract_cmd_batch_check_and_clear_cmderr(), dm_read_exec(), examine_dm(), read_memory_progbuf_inner_run_and_process_batch(), register_write_abstract(), riscv013_execute_abstract_command(), wait_for_idle(), wait_for_idle_if_needed(), and write_memory_progbuf_run_batch().
| uint32_t dm013_info_t::base |
Definition at line 117 of file riscv-013.c.
Referenced by get_dm().
| int dm013_info_t::current_hartid |
Definition at line 128 of file riscv-013.c.
Referenced by assert_reset(), deassert_reset(), dm013_select_hart(), examine_dm(), get_dm(), riscv013_halt_go(), and riscv013_step_or_resume_current_hart().
| int dm013_info_t::hart_count |
Definition at line 119 of file riscv-013.c.
Referenced by examine_dm(), get_dm(), and select_prepped_harts().
| bool dm013_info_t::hasel_supported |
Definition at line 130 of file riscv-013.c.
Referenced by examine_dm(), and select_prepped_harts().
| struct list_head dm013_info_t::list |
Definition at line 5557 of file riscv-013.c.
Referenced by get_dm(), and get_riscv_debug_reg_ctx().
| uint32_t dm013_info_t::progbuf_cache[16] |
Definition at line 134 of file riscv-013.c.
Referenced by riscv013_invalidate_cached_progbuf(), and riscv013_write_progbuf().
| struct list_head dm013_info_t::target_list |
Definition at line 123 of file riscv-013.c.
Referenced by get_dm(), get_riscv_debug_reg_ctx(), riscv013_authdata_write(), riscv013_halt_go(), and select_prepped_harts().
| bool dm013_info_t::was_examined |
Definition at line 121 of file riscv-013.c.
Referenced by examine_dm().
| bool dm013_info_t::was_reset |
Definition at line 123 of file riscv-013.c.
Referenced by examine_dm(), and reset_dm().