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

arm720t_common struct

Syntax

struct arm720t_common {     unsigned int common_magic;     struct arm7_9_common arm7_9_common;     struct armv4_5_mmu_common armv4_5_mmu;     uint32_t cp15_control_reg;     uint32_t fsr_reg;     uint32_t far_reg; };

Fields

common_magic

No summary provided. Read more...

arm7_9_common

No summary provided. Read more...

armv4_5_mmu

No summary provided. Read more...

cp15_control_reg

No summary provided. Read more...

fsr_reg

No summary provided. Read more...

far_reg

No summary provided. Read more...

References

LocationReferrerScopeText
arm720t.h:16
struct arm720t_common {
arm720t.c:35arm720t_scan_cp15()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:189arm720t_post_debug_entry()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:218arm720t_pre_restore_context()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:227arm720t_arch_state()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:256arm720_virt2phys()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:271arm720t_read_memory()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:293arm720t_read_phys_memory()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:301arm720t_write_phys_memory()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:309arm720t_soft_reset_halt()
struct arm720t_common *arm720t = target_to_arm720(target);
arm720t.c:389arm720t_init_arch_info()
struct arm720t_common *arm720t, struct jtag_tap *tap)
arm720t.c:417arm720t_target_create()
struct arm720t_common *arm720t = calloc(1, sizeof(*arm720t));
arm720t.h:26target_to_arm720()
static inline struct arm720t_common *target_to_arm720(struct target *target)
arm720t.h:28target_to_arm720()
return container_of(target->arch_info, struct arm720t_common, arm7_9_common.arm);

Type Use

Variables of arm720t_common type
arm720t_scan_cp15()::arm720t
arm720t_post_debug_entry()::arm720t
arm720t_pre_restore_context()::arm720t
arm720t_arch_state()::arm720t
arm720_virt2phys()::arm720t
arm720t_read_memory()::arm720t
arm720t_read_phys_memory()::arm720t
arm720t_write_phys_memory()::arm720t
arm720t_soft_reset_halt()::arm720t
arm720t_target_create()::arm720t
all items filtered out
arm720t_common
Allocators of arm720t_common
all items filtered out
arm720t_common