cleanup_after_vector_access() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcleanup_after_vector_access()

cleanup_after_vector_access() function

Syntax

static int cleanup_after_vector_access(struct target *target,     uint64_t vtype,     uint64_t vl);

Arguments

target

vtype

vl

References

LocationReferrerText
riscv-013.c:1940
static int cleanup_after_vector_access(struct target *target, uint64_t vtype,
riscv-013.c:1999riscv013_get_register_buf()
if (cleanup_after_vector_access(target, vtype, vl) != ERROR_OK)
riscv-013.c:2047riscv013_set_register_buf()
if (cleanup_after_vector_access(target, vtype, vl) != ERROR_OK)

Call Tree

Functions calling cleanup_after_vector_access()
Functions called by cleanup_after_vector_access()
cleanup_after_vector_access()
all items filtered out