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

store() function

Syntax

static uint32_t store(const struct target *target,     unsigned int src,     unsigned int base,     uint16_t offset) __attribute__ ((unused));
Implemented in asm.h:27

Arguments

target

src

base

offset

References

LocationReferrerText
asm.h:27
static uint32_t store(const struct target *target, unsigned int src,
asm.h:25
static uint32_t store(const struct target *target, unsigned int src,
riscv-011.c:271store_slot()
return store(target, src, ZERO, offset);
riscv-011.c:806cache_set_store()
cache_set32(target, index, store(target, reg, ZERO, offset));

Call Tree

Functions calling store()
Functions called by store()
all items filtered out
store()
all items filtered out
Data read by store()
store()
Type of store()
store()
uint32_t
all items filtered out