mips64_run_algorithm() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmips64_run_algorithm()

mips64_run_algorithm() function

Syntax

int mips64_run_algorithm(struct target *target,     int num_mem_params,     struct mem_param *mem_params,     int num_reg_params,     struct reg_param *reg_params,     target_addr_t entry_point,     target_addr_t exit_point,     unsigned int timeout_ms,     void *arch_info);
Implemented in mips64.c:459

Arguments

target

num_mem_params

mem_params

num_reg_params

reg_params

entry_point

exit_point

timeout_ms

arch_info

References

LocationText
mips64.c:459
int mips64_run_algorithm(struct target *target, int num_mem_params,
mips64.h:213
int mips64_run_algorithm(struct target *target, int num_mem_params, struct mem_param *mem_params,
mips_mips64.c:1174
.run_algorithm = mips64_run_algorithm,

Implementations

Implementations
mips64_run_algorithm()
all items filtered out