arm_default_mrrc() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_default_mrrc() function

Syntax

static int arm_default_mrrc(struct target *target,     int cpnum,     uint32_t op,     uint32_t crm,     uint64_t *value);

Arguments

target

cpnum

op

crm

value

References

LocationReferrerText
armv4_5.c:1774
static int arm_default_mrrc(struct target *target, int cpnum,
armv4_5.c:1819arm_init_arch_info()
arm->mrrc = arm_default_mrrc;

Call Tree

Functions called by arm_default_mrrc()
arm_default_mrrc()
all items filtered out
Data read by arm_default_mrrc()
Data written by arm_default_mrrc()
arm_default_mrrc()
all items filtered out
Implementations
arm_default_mrrc()
all items filtered out