Searched defs:hartid (Results 1 - 9 of 9) sorted by relevance
| /src/sys/arch/riscv/fdt/ |
| H A D | cpu_fdt.c | 86 const cpuid_t hartid = reg; local in function:riscv_fdt_cpu_bootstrap 141 const cpuid_t hartid = reg; local in function:riscv_fdt_cpu_mpstart 200 bus_addr_t hartid; local in function:cpu_fdt_attach [all...] |
| /src/sys/arch/riscv/riscv/ |
| H A D | interrupt.c | 185 const cpuid_t hartid = ci->ci_cpuid; local in function:cpu_send_ipi
|
| H A D | riscv_tlb.c | 92 const cpuid_t hartid = ci->ci_cpuid; local in function:tlb_invalidate_asids 132 const cpuid_t hartid = ci->ci_cpuid; local in function:tlb_invalidate_addr
|
| H A D | cpu.c | 188 cpu_attach(device_t dv, cpuid_t hartid) argument
|
| H A D | cpu_subr.c | 92 const cpuid_t hartid = ci->ci_cpuid; local in function:cpu_ipi_aps
|
| H A D | sbi.c | 165 sbi_hart_start(unsigned long hartid, unsigned long start_addr, argument 179 sbi_hart_get_status(unsigned long hartid) argument
|
| H A D | riscv_machdep.c | 699 init_riscv(register_t hartid, paddr_t dtb) argument
|
| /src/sys/arch/riscv/dev/ |
| H A D | plic.c | 79 u_int hartid = curcpu()->ci_cpuid; local in function:plic_intr_establish_xname 108 const u_int hartid = ih->ih_hartid; local in function:plic_intr_disestablish 121 const cpuid_t hartid = cpu_number(); local in function:plic_intr 149 plic_enable(struct plic_softc *sc, u_int hartid, u_int irq) argument 162 plic_disable(struct plic_softc * sc,u_int hartid,u_int irq) argument 183 plic_set_threshold(struct plic_softc * sc,cpuid_t hartid,uint32_t threshold) argument [all...] |
| H A D | plic_fdt.c | 149 bus_addr_t hartid; local in function:plic_fdt_attach_source
|
Completed in 10 milliseconds