OpenOCD
armv7a_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
armv7a_common
armv7a_common struct
Syntax
Show:
Summary
Declaration
from
armv7a.h:87
struct
armv7a_common
{
unsigned
int
common_magic
;
struct
arm
arm
;
struct
reg_cache
*
core_cache
;
struct
arm_dpm
dpm
;
target_addr_t
debug_base
;
struct
adiv5_ap
*
debug_ap
;
uint8_t
multi_processor_system
;
uint8_t
multi_threading_processor
;
uint8_t
level2_id
;
uint8_t
cluster_id
;
uint8_t
cpu_id
;
bool
is_armv7r
;
uint32_t
rev
;
uint32_t
partnum
;
uint32_t
arch
;
uint32_t
variant
;
uint32_t
implementor
;
struct
armv7a_mmu_common
armv7a_mmu
;
int
(
*
examine_debug_reason
)
(
struct
target
*
target
)
;
int
(
*
post_debug_entry
)
(
struct
target
*
target
)
;
void
(
*
pre_restore_context
)
(
struct
target
*
target
)
;
}
;
Fields
Field
Declared as
armv7a_common::common_magic
unsigned
int
armv7a_common::arm
struct
arm
armv7a_common::core_cache
struct
reg_cache
*
armv7a_common::dpm
struct
arm_dpm
armv7a_common::debug_base
target_addr_t
armv7a_common::debug_ap
struct
adiv5_ap
*
armv7a_common::multi_processor_system
uint8_t
armv7a_common::multi_threading_processor
uint8_t
armv7a_common::level2_id
uint8_t
armv7a_common::cluster_id
uint8_t
armv7a_common::cpu_id
uint8_t
armv7a_common::is_armv7r
bool
armv7a_common::rev
uint32_t
armv7a_common::partnum
uint32_t
armv7a_common::arch
uint32_t
armv7a_common::variant
uint32_t
armv7a_common::implementor
uint32_t
armv7a_common::armv7a_mmu
struct
armv7a_mmu_common
armv7a_common::examine_debug_reason
int
(
*
)
(
struct
target
*
target
)
armv7a_common::post_debug_entry
int
(
*
)
(
struct
target
*
target
)
armv7a_common::pre_restore_context
void
(
*
)
(
struct
target
*
target
)
Related Functions
Found 2 other functions taking a
armv7a_common
argument:
Function
armv7a_init_arch_info()
is_armv7a()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out