Searched refs:hart (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/riscv/kernel/ |
| D | cpu.c | 18 u32 hart; in riscv_of_processor_hartid() local 25 if (of_property_read_u32(node, "reg", &hart)) { in riscv_of_processor_hartid() 31 pr_info("CPU with hartid=%d is not available\n", hart); in riscv_of_processor_hartid() 36 pr_warn("CPU with hartid=%d has no \"riscv,isa\" property\n", hart); in riscv_of_processor_hartid() 40 pr_warn("CPU with hartid=%d has an invalid ISA of \"%s\"\n", hart, isa); in riscv_of_processor_hartid() 44 return hart; in riscv_of_processor_hartid()
|
| D | smpboot.c | 79 int hart; in setup_smp() local 86 hart = riscv_of_processor_hartid(dn); in setup_smp() 87 if (hart < 0) in setup_smp() 90 if (hart == cpuid_to_hartid_map(0)) { in setup_smp() 98 cpuid, hart); in setup_smp() 102 cpuid_to_hartid_map(cpuid) = hart; in setup_smp()
|
| /Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
| D | riscv,cpu-intc.txt | 7 Every interrupt is ultimately routed through a hart's HLIC before it 8 interrupts that hart. 40 definition of the hart whose CSRs control these local interrupts.
|
| /Linux-v5.15/drivers/clocksource/ |
| D | Kconfig | 631 This enables the per-hart timer built into all RISC-V systems, which
|