Home
last modified time | relevance | path

Searched full:zifencei (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml44 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 DKconfig595 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 DMakefile14 # binutils 2.35 does not support the zifencei extension, but in the ISA
/openbmc/qemu/docs/about/
H A Ddeprecated.rst331 - "Zifencei" should be replaced with "zifencei"
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c172 __RISCV_ISA_EXT_DATA(zifencei, RISCV_ISA_EXT_ZIFENCEI),
/openbmc/qemu/target/riscv/
H A Dcpu.c114 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 Dvcpu_onereg.c49 KVM_ISA_EXT_ARR(ZIFENCEI),
/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c731 …{"zifencei", .feature = KVM_RISCV_ISA_EXT_ZIFENCEI, .regs = zifencei_regs, .regs_n = ARRAY_SIZE(zi…
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c376 warn_report(warn_msg, "zifencei"); in riscv_cpu_validate_g()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c280 KVM_EXT_CFG("zifencei", ext_zifencei, KVM_RISCV_ISA_EXT_ZIFENCEI),