OpenOCD
|
Data Fields | |
uint8_t | aregs_num |
bool | coproc |
enum xtensa_type | core_type |
struct xtensa_cache_config | dcache |
struct xtensa_debug_config | debug |
struct xtensa_local_mem_config | dram |
struct xtensa_local_mem_config | drom |
bool | exceptions |
struct xtensa_high_prio_irq_config | high_irq |
struct xtensa_cache_config | icache |
struct xtensa_local_mem_config | iram |
struct xtensa_local_mem_config | irom |
struct xtensa_irq_config | irq |
struct xtensa_mmu_config | mmu |
struct xtensa_mpu_config | mpu |
struct xtensa_local_mem_config | sram |
struct xtensa_local_mem_config | srom |
struct xtensa_tracing_config | trace |
bool | windowed |
uint8_t xtensa_config::aregs_num |
Definition at line 143 of file xtensa.h.
Referenced by COMMAND_HELPER().
bool xtensa_config::coproc |
Definition at line 145 of file xtensa.h.
Referenced by COMMAND_HELPER(), and xtensa_fetch_all_regs().
enum xtensa_type xtensa_config::core_type |
Definition at line 138 of file xtensa.h.
Referenced by COMMAND_HELPER(), and xtensa_examine().
struct xtensa_cache_config xtensa_config::dcache |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_gdb_query_custom(), xtensa_init_arch_info(), xtensa_is_dcacheable(), xtensa_update_instruction(), and xtensa_write_memory().
struct xtensa_debug_config xtensa_config::debug |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_breakpoint_add(), xtensa_breakpoint_remove(), xtensa_do_step(), xtensa_fetch_all_regs(), xtensa_get_gdb_reg_list(), xtensa_prepare_resume(), xtensa_watchpoint_add(), xtensa_watchpoint_remove(), and xtensa_write_dirty_registers().
struct xtensa_local_mem_config xtensa_config::dram |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_data_addr_valid(), xtensa_get_mem_config(), and xtensa_is_dcacheable().
struct xtensa_local_mem_config xtensa_config::drom |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_data_addr_valid(), xtensa_get_mem_config(), and xtensa_is_dcacheable().
bool xtensa_config::exceptions |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER().
struct xtensa_high_prio_irq_config xtensa_config::high_irq |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_do_step(), and xtensa_gdb_query_custom().
struct xtensa_cache_config xtensa_config::icache |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_gdb_query_custom(), xtensa_init_arch_info(), xtensa_is_icacheable(), xtensa_update_instruction(), and xtensa_write_memory().
struct xtensa_local_mem_config xtensa_config::iram |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_gdb_query_custom(), xtensa_get_mem_config(), and xtensa_is_icacheable().
struct xtensa_local_mem_config xtensa_config::irom |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_gdb_query_custom(), xtensa_get_mem_config(), and xtensa_is_icacheable().
struct xtensa_irq_config xtensa_config::irq |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER().
struct xtensa_mmu_config xtensa_config::mmu |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), and xtensa_mmu_is_enabled().
struct xtensa_mpu_config xtensa_config::mpu |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER().
struct xtensa_local_mem_config xtensa_config::sram |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_data_addr_valid(), xtensa_get_mem_config(), xtensa_is_dcacheable(), and xtensa_is_icacheable().
struct xtensa_local_mem_config xtensa_config::srom |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_get_mem_config(), xtensa_is_dcacheable(), and xtensa_is_icacheable().
struct xtensa_tracing_config xtensa_config::trace |
Definition at line 146 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_queue_dbg_reg_read(), and xtensa_queue_dbg_reg_write().
bool xtensa_config::windowed |
Definition at line 144 of file xtensa.h.
Referenced by COMMAND_HELPER(), xtensa_canonical_to_windowbase_offset(), xtensa_do_step(), xtensa_fetch_all_regs(), xtensa_reg_set_deep_relgen(), xtensa_window_state_restore(), xtensa_window_state_save(), and xtensa_write_dirty_registers().