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

aarch64_read_memory() function

Syntax

static int aarch64_read_memory(struct target *target,     target_addr_t address,     uint32_t size,     uint32_t count,     uint8_t *buffer);

Arguments

target

address

size

count

buffer

References

LocationText
aarch64.c:2529
static int aarch64_read_memory(struct target *target, target_addr_t address,
aarch64.c:3255
.read_memory = aarch64_read_memory,

Call Tree

Functions called by aarch64_read_memory()
aarch64_read_memory()
Data read by aarch64_read_memory()
Data written by aarch64_read_memory()
aarch64_read_memory()
aarch64_read_memory()::retval
all items filtered out
Implementations
aarch64_read_memory()
all items filtered out