riscv_info::read_memory is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_info::read_memory

riscv_info::read_memory field

Syntax

int (*read_memory)(struct target *target, target_addr_t address, uint32_t size, uint32_t count, uint8_t *buffer, uint32_t increment);

References

LocationReferrerScopeText
riscv.h:182
int (*read_memory)(struct target *target, target_addr_t address,
riscv-011.c:2378read_memory()init_target()
generic_info->read_memory = read_memory;
riscv-013.c:2305read_memory()init_target()
generic_info->read_memory = read_memory;
riscv.c:1629riscv_address_translate()
int retval = r->read_memory(target, pte_address,
riscv.c:1697riscv_read_phys_memory()
return r->read_memory(target, phys_address, size, count, buffer, size);
riscv.c:1716riscv_read_memory()
return r->read_memory(target, address, size, count, buffer, size);

Call Tree

Functions calling riscv_info::read_memory
riscv_info::read_memory
Functions writing riscv_info::read_memory
all items filtered out
riscv_info::read_memory
Implementations
all items filtered out
riscv_info::read_memory