Searched refs:zfh (Results 1 – 5 of 5) 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/arch/riscv/kernel/ |
| H A D | cpufeature.c | 526 __RISCV_ISA_EXT_DATA_VALIDATE(zfh, RISCV_ISA_EXT_ZFH, riscv_ext_f_depends),
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 1193 KVM_ISA_EXT_SIMPLE_CONFIG(zfh, ZFH);
|