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

slot_offset() function

Syntax

static unsigned int slot_offset(const struct target *target,     slot_t slot);

Arguments

target

slot

References

LocationReferrerText
riscv-011.c:236
static unsigned int slot_offset(const struct target *target, slot_t slot)
riscv-011.c:263load_slot()
unsigned int offset = DEBUG_RAM_START + 4 * slot_offset(target, slot);
riscv-011.c:270store_slot()
unsigned int offset = DEBUG_RAM_START + 4 * slot_offset(target, slot);
riscv-011.c:649scans_add_read()
scans_add_read32(scans, slot_offset(target, slot), set_interrupt);
riscv-011.c:652scans_add_read()
scans_add_read32(scans, slot_offset(target, slot), false);
riscv-011.c:653scans_add_read()
scans_add_read32(scans, slot_offset(target, slot) + 1, set_interrupt);
riscv-011.c:783cache_set()
unsigned int offset = slot_offset(target, slot);
riscv-011.c:798cache_set_load()
uint16_t offset = DEBUG_RAM_START + 4 * slot_offset(target, slot);
riscv-011.c:805cache_set_store()
uint16_t offset = DEBUG_RAM_START + 4 * slot_offset(target, slot);
riscv-011.c:1003cache_get()
unsigned int offset = slot_offset(target, slot);

Call Tree

Functions calling slot_offset()
Functions called by slot_offset()
slot_offset()
Type of slot_offset()
slot_offset()
all items filtered out