armv8_common::read_reg_u64 is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv8_common::read_reg_u64

armv8_common::read_reg_u64 field

Syntax

int (*read_reg_u64)(struct armv8_common *armv8, int num, uint64_t *value);

References

LocationReferrerScopeText
armv8.h:220
int (*read_reg_u64)(struct armv8_common *armv8, int num, uint64_t *value);
armv8.c:867armv8_read_reg()armv8_select_reg_access()
armv8->read_reg_u64 = armv8_read_reg;
armv8.c:873armv8_read_reg32()armv8_select_reg_access()
armv8->read_reg_u64 = armv8_read_reg32;
armv8_dpm.c:652dpmv8_read_reg()
retval = armv8->read_reg_u64(armv8, regnum, &value_64);
armv8_dpm.c:1323armv8_dpm_handle_exception()
armv8->read_reg_u64(armv8, ARMV8_XPSR, &dlr);
armv8_dpm.c:1325armv8_dpm_handle_exception()
armv8->read_reg_u64(armv8, ARMV8_PC, &dlr);

Call Tree

Functions calling armv8_common::read_reg_u64
armv8_common::read_reg_u64
Functions writing armv8_common::read_reg_u64
all items filtered out
armv8_common::read_reg_u64
Implementations
armv8_common::read_reg_u64