/linux/arch/riscv/kernel/ |
H A D | sbi.c | 80 * sbi_shutdown() - Remove all the harts from executing supervisor code. 394 * sbi_remote_fence_i() - Execute FENCE.I instruction on given remote harts. 395 * @cpu_mask: A cpu mask containing all the target harts. 408 * remote harts for a virtual address range belonging to a specific ASID or not. 410 * @cpu_mask: A cpu mask containing all the target harts. 434 * harts for the specified guest physical address range. 435 * @cpu_mask: A cpu mask containing all the target harts. 452 * remote harts for a guest physical address range belonging to a specific VMID. 454 * @cpu_mask: A cpu mask containing all the target harts. 473 * harts for the current guest virtual address range. [all …]
|
H A D | machine_kexec.c | 102 * harts and possibly devices etc) for a kexec reboot. 145 * executed. We assume at this point that all other harts are
|
H A D | cpu.c | 343 * denominator of extensions supported across all harts. A true list of in c_show() 367 * additional extensions not present across all harts. in c_show()
|
H A D | sys_hwprobe.c | 266 * extensions are supported on all harts, and only supports the in hwprobe_one_pair() 498 * all harts, then assume all CPUs are the same, and allow the vDSO to in init_hwprobe_vdso_data()
|
H A D | cpufeature.c | 1009 * All "okay" harts should have same isa. Set HWCAP based on in riscv_fill_hwcap_from_ext_list() 1126 pr_warn("Zicboz disabled as it is unavailable on some harts\n"); in riscv_user_isa_enable() 1131 pr_warn("Zicbom disabled as it is unavailable on some harts\n"); in riscv_user_isa_enable() 1135 pr_warn("Zicbop disabled as it is unavailable on some harts\n"); in riscv_user_isa_enable()
|
H A D | head.S | 181 * - have too many harts on CONFIG_RISCV_BOOT_SPINWAIT
|
H A D | process.c | 407 * Assume the supported PMLEN values are the same on all harts. in tagged_addr_init()
|
/linux/arch/riscv/mm/ |
H A D | cacheflush.c | 32 * visable for remote harts. in flush_icache_all() 50 * informs the remote harts they need to flush their local instruction caches. 53 * IPIs for harts that are not currently executing a MM context and instead 73 * Flush the I$ of other harts concurrently executing, and mark them as in flush_icache_mm() 137 pr_warn("%s mismatched between harts %lu and %lu\n", in cbo_get_block_size() 190 * concurrently on different harts. in set_icache_stale_mask() 244 * across harts will not occur.
|
H A D | context.c | 211 * The mm_cpumask indicates which harts' TLBs contain the virtual in set_mm() 287 * shoot downs, so instead we send an IPI that informs the remote harts they 290 * machine, ie 'make -j') we avoid the IPIs for harts that are not currently
|
/linux/drivers/acpi/riscv/ |
H A D | rhct.c | 107 pr_warn("CBOM size is not the same across harts\n"); in acpi_parse_hart_info_cmo_node() 114 pr_warn("CBOZ size is not the same across harts\n"); in acpi_parse_hart_info_cmo_node() 121 pr_warn("CBOP size is not the same across harts\n"); in acpi_parse_hart_info_cmo_node()
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 68 - ``RISCV_BOOT_SPINWAIT``: the firmware releases all harts in the kernel, one hart 69 wins a lottery and executes the early boot code while the other harts are 73 initialization phase and then will start all other harts using the SBI HSM
|
H A D | uabi.rst | 49 RISC-V ISA extensions recognized by the kernel and implemented on all harts. The 52 be present on all harts in the system.
|
/linux/Documentation/devicetree/bindings/riscv/ |
H A D | cpus.yaml | 24 having four harts. 115 thead systems where the vector register length is not identical on all harts, or
|
/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | cbo.c | 183 ksft_exit_fail_msg("%s is only present on a subset of harts.\n" in check_no_zicbo_cpus() 184 "Use taskset to select a set of harts where %s\n" in check_no_zicbo_cpus()
|
/linux/arch/csky/abiv2/ |
H A D | cacheflush.c | 81 * Flush the I$ of other harts concurrently executing, and mark them as in flush_icache_mm_range()
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | riscv,cpu-intc.yaml | 31 present HARTs in the system.
|
H A D | sifive,plic-1.0.0.yaml | 18 in an 4 core system with 2-way SMT, you have 8 harts and probably at least two
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | sifive,clint.yaml | 17 lines of various HARTs (or CPUs) so RISC-V per-HART (or per-CPU) local
|
/linux/drivers/clocksource/ |
H A D | timer-riscv.c | 80 * It is guaranteed that all the timers across all the harts are synchronized
|
/linux/arch/riscv/kvm/ |
H A D | aia.c | 633 * run on other HARTs in kvm_riscv_aia_disable()
|
/linux/drivers/perf/ |
H A D | riscv_pmu_sbi.c | 90 * RISC-V doesn't have heterogeneous harts yet. This need to be part of 91 * per_cpu in case of harts with different pmu counters
|
/linux/Documentation/devicetree/bindings/cpu/ |
H A D | idle-states.yaml | 55 On RISC-V systems, the HARTs (or CPUs) [6] can be put in platform specific
|