Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml414 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
422 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
430 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
435 - const: zcf
437 The Zcf extension part of Zc* standard extensions for code size
438 reduction, as ratified in commit 8be3419c1c0 ("Zcf doesn't exist on
939 # Zcf depends on Zca and F
942 const: zcf
1091 # Zcf extension does not exist on rv64
1096 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.c544 KVM_ISA_EXT_ARR(ZCF), in isa_ext_single_id_to_str()
1188 KVM_ISA_EXT_SIMPLE_CONFIG(zcf, ZCF);
/linux/arch/riscv/kernel/
H A Dcpufeature.c441 * - C+F implies Zcf (RV32 only)
531 __RISCV_ISA_EXT_DATA_VALIDATE(zcf, RISCV_ISA_EXT_ZCF, riscv_ext_zcf_validate),
H A Dsys_hwprobe.c172 EXT_KEY(isainfo->isa, ZCF, pair->value, missing); in hwprobe_isa_ext0()