Searched full:zifencei (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/riscv/ |
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
|
/Linux-v6.6/arch/riscv/ |
D | Kconfig | 590 the Zicsr and Zifencei extensions. This requires explicitly specifying 591 Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr 592 and Zifencei are supported in binutils from version 2.36 onwards. 605 Certain versions of clang and GCC do not support zicsr and zifencei via 608 as passing zicsr and zifencei to -march.
|
/Linux-v6.6/arch/riscv/kernel/compat_vdso/ |
D | Makefile | 14 # binutils 2.35 does not support the zifencei extension, but in the ISA
|
/Linux-v6.6/arch/riscv/kernel/ |
D | cpufeature.c | 171 __RISCV_ISA_EXT_DATA(zifencei, RISCV_ISA_EXT_ZIFENCEI),
|
/Linux-v6.6/arch/riscv/kvm/ |
D | vcpu_onereg.c | 49 KVM_ISA_EXT_ARR(ZIFENCEI),
|
/Linux-v6.6/tools/testing/selftests/kvm/riscv/ |
D | get-reg-list.c | 731 …{"zifencei", .feature = KVM_RISCV_ISA_EXT_ZIFENCEI, .regs = zifencei_regs, .regs_n = ARRAY_SIZE(zi…
|