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

riscv_program_lwr() function

Syntax

int riscv_program_lwr(struct riscv_program *p,     enum gdb_regno d,     enum gdb_regno a,     int o);
Implemented in program.c:110

Arguments

p

d

a

o

References

LocationReferrerText
program.c:110
int riscv_program_lwr(struct riscv_program *p, enum gdb_regno d, enum gdb_regno b, int offset)
program.h:51
int riscv_program_lwr(struct riscv_program *p, enum gdb_regno d, enum gdb_regno a, int o);
riscv-013.c:3368read_memory_progbuf_one()
riscv_program_lwr(&program, GDB_REGNO_S0, GDB_REGNO_S0, 0);
riscv-013.c:3471read_memory_progbuf()
riscv_program_lwr(&program, GDB_REGNO_S1, GDB_REGNO_S0, 0);

Call Tree

Functions calling riscv_program_lwr()
Functions called by riscv_program_lwr()
riscv_program_lwr()
all items filtered out
Data read by riscv_program_lwr()
riscv_program_lwr()::b
riscv_program_lwr()::offset
all items filtered out
riscv_program_lwr()