Searched full:zfh (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/riscv/boot/dts/tenstorrent/ |
| H A D | blackhole.dtsi | 22 "zifencei", "zfh", "zba", "zbb", "sscofpmf"; 38 "zifencei", "zfh", "zba", "zbb", "sscofpmf"; 54 "zifencei", "zfh", "zba", "zbb", "sscofpmf"; 70 "zifencei", "zfh", "zba", "zbb", "sscofpmf";
|
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress.c | 555 { ZSTD_FrameHeader zfh; in ZSTD_getFrameContentSize() local 556 if (ZSTD_getFrameHeader(&zfh, src, srcSize) != 0) in ZSTD_getFrameContentSize() 558 if (zfh.frameType == ZSTD_skippableFrame) { in ZSTD_getFrameContentSize() 561 return zfh.frameContentSize; in ZSTD_getFrameContentSize() 729 ZSTD_FrameHeader zfh; in ZSTD_findFrameSizeInfo() local 732 { size_t const ret = ZSTD_getFrameHeader_advanced(&zfh, src, srcSize, format); in ZSTD_findFrameSizeInfo() 739 ip += zfh.headerSize; in ZSTD_findFrameSizeInfo() 740 remainingSize -= zfh.headerSize; in ZSTD_findFrameSizeInfo() 760 if (zfh.checksumFlag) { in ZSTD_findFrameSizeInfo() 768 frameSizeInfo.decompressedBound = (zfh.frameContentSize != ZSTD_CONTENTSIZE_UNKNOWN) in ZSTD_findFrameSizeInfo() [all …]
|
| /linux/arch/riscv/boot/dts/thead/ |
| H A D | th1520.dtsi | 29 "zifencei", "zihpm", "zfh", 56 "zifencei", "zihpm", "zfh", 83 "zifencei", "zihpm", "zfh", 110 "zifencei", "zihpm", "zfh",
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 460 - const: zfh 462 The standard Zfh extension for 16-bit half-precision binary 464 version numbers for Zfh/Zfinx") of riscv-isa-manual. 470 in commit 64074bc ("Update version numbers for Zfh/Zfinx") of
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 549 KVM_ISA_EXT_ARR(ZFH), in isa_ext_single_id_to_str() 1193 KVM_ISA_EXT_SIMPLE_CONFIG(zfh, ZFH);
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 157 * :c:macro:`RISCV_HWPROBE_EXT_ZFH`: The Zfh extension version 1.0 is supported
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 175 EXT_KEY(isainfo->isa, ZFH, pair->value, missing); in hwprobe_isa_ext0()
|
| H A D | cpufeature.c | 526 __RISCV_ISA_EXT_DATA_VALIDATE(zfh, RISCV_ISA_EXT_ZFH, riscv_ext_f_depends),
|