riscv_info::hart_count is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_info::hart_count

riscv_info::hart_count field

Syntax

int (*hart_count)(struct target *target);

References

LocationReferrerScopeText
riscv.h:186
int (*hart_count)(struct target *target);
riscv-013.c:2306riscv013_hart_count()init_target()
generic_info->hart_count = &riscv013_hart_count;
riscv.c:3250riscv_count_harts()
if (!r || !r->hart_count)
riscv.c:3252riscv_count_harts()
return r->hart_count(target);

Call Tree

Functions calling riscv_info::hart_count
all items filtered out
riscv_info::hart_count
Functions writing riscv_info::hart_count
Functions reading riscv_info::hart_count
all items filtered out
riscv_info::hart_count
all items filtered out
Implementations
all items filtered out
riscv_info::hart_count