OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_hartindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/riscv/fdt/
cpu_fdt.c
76
/* Count harts and add hart index numbers to the
cpu_hartindex
array */
111
cpu_hartindex
[hartid] = 0;
116
cpu_hartindex
[hartid] = cpuindex++;
/src/sys/arch/riscv/riscv/
cpu.c
207
KASSERT(
cpu_hartindex
[hartid] < MAXCPUS);
209
ci = &cpu_info_store[
cpu_hartindex
[hartid]];
214
if (!cpu_hatched_p(
cpu_hartindex
[hartid])) {
cpu_subr.c
60
unsigned int
cpu_hartindex
[MAXCPUS] = {
variable in typeref:typename:unsigned int[]
/src/sys/arch/riscv/include/
cpu.h
123
extern u_int
cpu_hartindex
[];
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025