Searched full:zicbom (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/bindings/cache/ |
H A D | starfive,jh8100-starlink-cache.yaml | 15 management as an alternative to instructions in the RISC-V Zicbom extension.
|
/linux/arch/riscv/ |
H A D | Kconfig.errata | 69 It was designed before the Zicbom extension so needs non-standard
|
H A D | Kconfig | 703 bool "Zicbom extension support for non-coherent DMA operation" 710 Adds support to dynamically detect the presence of the ZICBOM 714 The Zicbom extension can be used to handle for example
|
/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 61 KVM_ISA_EXT_ARR(ZICBOM), 221 if (!riscv_isa_extension_available(vcpu->arch.isa, ZICBOM)) in kvm_riscv_vcpu_get_reg_config() 310 if (!riscv_isa_extension_available(vcpu->arch.isa, ZICBOM)) in kvm_riscv_vcpu_set_reg_config() 767 !riscv_isa_extension_available(vcpu->arch.isa, ZICBOM)) in copy_config_reg_indices()
|
H A D | vcpu.c | 541 if (riscv_isa_extension_available(isa, ZICBOM)) in kvm_riscv_vcpu_setup_config()
|
/linux/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 441 KVM_ISA_EXT_ARR(ZICBOM), in isa_ext_single_id_to_str() 867 …{"zicbom", .feature = KVM_RISCV_ISA_EXT_ZICBOM, .regs = zicbom_regs, .regs_n = ARRAY_SIZE(zicbom_r… 972 KVM_ISA_EXT_SUBLIST_CONFIG(zicbom, ZICBOM);
|
/linux/Documentation/devicetree/bindings/riscv/ |
H A D | cpus.yaml | 86 The blocksize in bytes for the Zicbom cache operations.
|
H A D | extensions.yaml | 355 - const: zicbom 357 The standard Zicbom extension for base cache management operations as
|
/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 80 pr_err("Zicbom detected in ISA string, disabling as no cbom-block-size found\n"); in riscv_ext_zicbom_validate() 84 pr_err("Zicbom disabled as cbom-block-size present, but is not a power-of-2\n"); in riscv_ext_zicbom_validate() 313 __RISCV_ISA_EXT_SUPERSET_VALIDATE(zicbom, RISCV_ISA_EXT_ZICBOM, riscv_xlinuxenvcfg_exts,
|
H A D | setup.c | 295 riscv_isa_extension_available(NULL, ZICBOM)) in setup_arch()
|
/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | cbo.c | 55 ksft_print_msg("Testing Zicbom instructions remain privileged\n"); in test_no_zicbom()
|