OpenOCD
armv8_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
armv8_common
armv8_common struct
Syntax
Show:
Summary
Declaration
Definition
from
armv8_dpm.h:14
struct
armv8_common
;
Implemented in
armv8.h:184
Fields
Field
Declared as
armv8_common::common_magic
unsigned
int
armv8_common::arm
struct
arm
armv8_common::core_cache
struct
reg_cache
*
armv8_common::dpm
struct
arm_dpm
armv8_common::debug_base
target_addr_t
armv8_common::debug_ap
struct
adiv5_ap
*
armv8_common::opcodes
const
uint32_t
*
armv8_common::multi_processor_system
uint8_t
armv8_common::cluster_id
uint8_t
armv8_common::cpu_id
uint8_t
armv8_common::va_size
uint8_t
armv8_common::pa_size
uint8_t
armv8_common::page_size
uint32_t
armv8_common::ttbr_base
uint64_t
armv8_common::is_armv8r
bool
armv8_common::armv8_mmu
struct
armv8_mmu_common
armv8_common::cti
struct
arm_cti
*
armv8_common::enable_pauth
bool
armv8_common::last_run_control_op
enum
run_control_op
armv8_common::read_reg_u64
int
(
*
)
(
struct
armv8_common
*
armv8
,
int
num
,
uint64_t
*
value
)
armv8_common::write_reg_u64
int
(
*
)
(
struct
armv8_common
*
armv8
,
int
num
,
uint64_t
value
)
armv8_common::read_reg_u128
int
(
*
)
(
struct
armv8_common
*
armv8
,
int
num
,
uint64_t
*
lvalue
,
uint64_t
*
hvalue
)
armv8_common::write_reg_u128
int
(
*
)
(
struct
armv8_common
*
armv8
,
int
num
,
uint64_t
lvalue
,
uint64_t
hvalue
)
armv8_common::examine_debug_reason
int
(
*
)
(
struct
target
*
target
)
armv8_common::post_debug_entry
int
(
*
)
(
struct
target
*
target
)
armv8_common::pre_restore_context
void
(
*
)
(
struct
target
*
target
)
Related Functions
Found 28 other functions taking a
armv8_common
argument:
Function
armv8_select_reg_access()
armv8_read_mpidr()
armv8_show_fault_registers32()
armv8_write_reg_simdfp_aarch64()
armv8_read_reg32()
armv8_write_reg32()
armv8_write_reg_simdfp_aarch32()
armv8_read_reg_simdfp_aarch64()
armv8_write_reg()
armv8_get_pauth_mask()
armv8_read_reg()
armv8_init_arch_info()
armv8_read_reg_simdfp_aarch32()
armv8_set_dbgreg_bits()
is_armv8()
armv8_opcode()
armv8_select_opcodes()
armv8_identify_cache()
armv8_cache_d_inner_flush_virt()
armv8_cache_i_inner_inval_virt()
armv8_d_cache_sanity_check()
armv8_i_cache_sanity_check()
armv8_cache_d_inner_flush_level()
armv8_cache_d_inner_clean_inval_all()
dpmv8_write_dcc()
dpmv8_write_dcc_64()
dpmv8_read_dcc()
dpmv8_read_dcc_64()
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