arc_common::core_and_aux_cache is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarc_common::core_and_aux_cache

arc_common::core_and_aux_cache field

Syntax

struct reg_cache *core_and_aux_cache;

References

LocationReferrerText
arc.h:190
struct reg_cache *core_and_aux_cache;
arc.c:367arc_build_reg_cache()
arc->core_and_aux_cache = cache;
arc.c:446arc_build_bcr_reg_cache()
unsigned long gdb_regnum = arc->core_and_aux_cache->num_regs;
arc.c:847arc_save_context()
struct reg *reg_list = arc->core_and_aux_cache->reg_list;
arc.c:1096arc_assert_reset()
register_cache_invalidate(arc->core_and_aux_cache);
arc.c:1131arc_assert_reset()
register_cache_invalidate(arc->core_and_aux_cache);
arc.c:1175arc_restore_context()
struct reg *reg_list = arc->core_and_aux_cache->reg_list;
arc.c:1280arc_resume()
struct reg *pc = &arc->core_and_aux_cache->reg_list[arc->pc_index_in_cache];
arc.c:1356arc_resume()
register_cache_invalidate(arc->core_and_aux_cache);
arc.c:1391arc_deinit_target()
arc_free_reg_cache(arc->core_and_aux_cache);
arc.c:2093arc_step()
struct reg *pc = &(arc->core_and_aux_cache->reg_list[arc->pc_index_in_cache]);
arc.c:2134arc_step()
register_cache_invalidate(arc->core_and_aux_cache);

Data Use

Functions writing arc_common::core_and_aux_cache
Functions reading arc_common::core_and_aux_cache
all items filtered out
arc_common::core_and_aux_cache
Type of arc_common::core_and_aux_cache
arc_common::core_and_aux_cache
all items filtered out