Home
last modified time | relevance | path

Searched full:zcf (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml315 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
323 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
331 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
336 - const: zcf
338 The Zcf extension part of Zc* standard extensions for code size
339 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
769 # Zcf depends on Zca and F
772 const: zcf
911 # Zcf extension does not exist on rv64
916 const: zcf
[all …]
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst222 ("Zcf doesn't exist on RV64 as it contains no instructions") of
227 ("Zcf doesn't exist on RV64 as it contains no instructions") of
232 ("Zcf doesn't exist on RV64 as it contains no instructions") of
235 * :c:macro:`RISCV_HWPROBE_EXT_ZCF`: The Zcf extension part of Zc* standard
237 ("Zcf doesn't exist on RV64 as it contains no instructions") of
/linux/Documentation/trace/
H A Dmmiotrace.rst110 $ tar zcf pciid-nick-mmiotrace.tar.gz mydump.txt lspci.txt dmesg.txt
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c540 KVM_ISA_EXT_ARR(ZCF), in isa_ext_single_id_to_str()
1181 KVM_ISA_EXT_SIMPLE_CONFIG(zcf, ZCF);
/linux/arch/x86/
H A DMakefile103 KBUILD_RUSTFLAGS += -Zcf-protection=branch $(if $(call rustc-min-version,109300),-Cjump-tables=n,-Z…
/linux/arch/riscv/kernel/
H A Dcpufeature.c421 * - C+F implies Zcf (RV32 only)
507 __RISCV_ISA_EXT_DATA_VALIDATE(zcf, RISCV_ISA_EXT_ZCF, riscv_ext_zcf_validate),
H A Dsys_hwprobe.c171 EXT_KEY(ZCF); in hwprobe_isa_ext0()