Home
last modified time | relevance | path

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

/linux-6.8/Documentation/devicetree/bindings/riscv/
Dextensions.yaml229 - const: zfh
231 The standard Zfh extension for 16-bit half-precision binary
233 version numbers for Zfh/Zfinx") of riscv-isa-manual.
239 in commit 64074bc ("Update version numbers for Zfh/Zfinx") of
/linux-6.8/lib/zstd/decompress/
Dzstd_decompress.c523 { ZSTD_frameHeader zfh; in ZSTD_getFrameContentSize() local
524 if (ZSTD_getFrameHeader(&zfh, src, srcSize) != 0) in ZSTD_getFrameContentSize()
526 if (zfh.frameType == ZSTD_skippableFrame) { in ZSTD_getFrameContentSize()
529 return zfh.frameContentSize; in ZSTD_getFrameContentSize()
696 ZSTD_frameHeader zfh; in ZSTD_findFrameSizeInfo() local
699 { size_t const ret = ZSTD_getFrameHeader(&zfh, src, srcSize); in ZSTD_findFrameSizeInfo()
706 ip += zfh.headerSize; in ZSTD_findFrameSizeInfo()
707 remainingSize -= zfh.headerSize; in ZSTD_findFrameSizeInfo()
727 if (zfh.checksumFlag) { in ZSTD_findFrameSizeInfo()
734 frameSizeInfo.decompressedBound = (zfh.frameContentSize != ZSTD_CONTENTSIZE_UNKNOWN) in ZSTD_findFrameSizeInfo()
[all …]
/linux-6.8/tools/testing/selftests/kvm/riscv/
Dget-reg-list.c430 KVM_ISA_EXT_ARR(ZFH), in isa_ext_single_id_to_str()
951 KVM_ISA_EXT_SIMPLE_CONFIG(zfh, ZFH);
/linux-6.8/Documentation/arch/riscv/
Dhwprobe.rst157 * :c:macro:`RISCV_HWPROBE_EXT_ZFH`: The Zfh extension version 1.0 is supported
/linux-6.8/arch/riscv/kernel/
Dsys_hwprobe.c131 EXT_KEY(ZFH); in hwprobe_isa_ext0()
Dcpufeature.c275 __RISCV_ISA_EXT_DATA(zfh, RISCV_ISA_EXT_ZFH),
/linux-6.8/arch/riscv/kvm/
Dvcpu_onereg.c51 KVM_ISA_EXT_ARR(ZFH),