arm946e_common is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm946e_common struct

Syntax

struct arm946e_common {     unsigned int common_magic;     struct arm7_9_common arm7_9_common;     uint32_t cp15_control_reg;     uint32_t cp15_cache_info; };

Fields

common_magic

No summary provided. Read more...

arm7_9_common

No summary provided. Read more...

cp15_control_reg

No summary provided. Read more...

cp15_cache_info

No summary provided. Read more...

References

LocationReferrerScopeText
arm946e.h:21
struct arm946e_common {
arm946e.c:48arm946e_init_arch_info()
struct arm946e_common *arm946e,
arm946e.c:84arm946e_target_create()
struct arm946e_common *arm946e = calloc(1, sizeof(struct arm946e_common));
arm946e.c:94arm946e_deinit_target()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:98arm946e_deinit_target()
free(arm946e);
arm946e.c:102arm946e_verify_pointer()
struct arm946e_common *arm946e)
arm946e.c:116arm946e_update_cp15_caches()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:230arm946e_cp15_get_csize()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:323arm946e_post_debug_entry()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:366arm946e_pre_restore_context()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:508arm946e_write_memory()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:571arm946e_handle_cp15()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.c:620arm946e_handle_idcache()
struct arm946e_common *arm946e = target_to_arm946(target);
arm946e.h:29target_to_arm946()
static inline struct arm946e_common *target_to_arm946(struct target *target)
arm946e.h:31target_to_arm946()
return container_of(target->arch_info, struct arm946e_common,

Type Use

Variables of arm946e_common type
arm946e_target_create()::arm946e
arm946e_deinit_target()::arm946e
arm946e_update_cp15_caches()::arm946e
arm946e_cp15_get_csize()::arm946e
arm946e_post_debug_entry()::arm946e
arm946e_pre_restore_context()::arm946e
arm946e_write_memory()::arm946e
arm946e_handle_cp15()::arm946e
arm946e_handle_idcache()::arm946e
all items filtered out
arm946e_common
Allocators of arm946e_common
Deletors of arm946e_common
all items filtered out
arm946e_common
all items filtered out