Searched full:zifencei (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 44 Zicntr, Zicsr, Zifencei and Zihpm extensions and thus "i" 226 - const: zifencei 228 The standard Zifencei extension for instruction-fetch fence, as
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig | 595 the Zicsr and Zifencei extensions. This requires explicitly specifying 596 Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr 597 and Zifencei are supported in binutils from version 2.36 onwards. 610 Certain versions of clang and GCC do not support zicsr and zifencei via 613 as passing zicsr and zifencei to -march.
|
/openbmc/linux/arch/riscv/kernel/compat_vdso/ |
H A D | Makefile | 14 # binutils 2.35 does not support the zifencei extension, but in the ISA
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 331 - "Zifencei" should be replaced with "zifencei"
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 172 __RISCV_ISA_EXT_DATA(zifencei, RISCV_ISA_EXT_ZIFENCEI),
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 114 ISA_EXT_DATA_ENTRY(zifencei, PRIV_VERSION_1_10_0, ext_zifencei), 1476 MULTI_EXT_CFG_BOOL("zifencei", ext_zifencei, true), 1616 MULTI_EXT_CFG_BOOL("Zifencei", ext_zifencei, true),
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 49 KVM_ISA_EXT_ARR(ZIFENCEI),
|
/openbmc/linux/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 731 …{"zifencei", .feature = KVM_RISCV_ISA_EXT_ZIFENCEI, .regs = zifencei_regs, .regs_n = ARRAY_SIZE(zi…
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 376 warn_report(warn_msg, "zifencei"); in riscv_cpu_validate_g()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 280 KVM_EXT_CFG("zifencei", ext_zifencei, KVM_RISCV_ISA_EXT_ZIFENCEI),
|