Home
last modified time | relevance | path

Searched full:zfa (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_file.c104 zfs_file_attr_t zfa; in vdev_file_open() local
167 if (zfs_file_getattr(fp, &zfa)) { in vdev_file_open()
170 if (!S_ISREG(zfa.zfa_mode)) { in vdev_file_open()
178 error = zfs_file_getattr(vf->vf_file, &zfa); in vdev_file_open()
184 *max_psize = *psize = zfa.zfa_size; in vdev_file_open()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfa.td1 //===-- RISCVInstrInfoZfa.td - RISC-V 'Zfa' instructions ---*- tablegen -*-===//
9 // This file describes the RISC-V instructions from the standard 'Zfa'
H A DRISCVFeatures.td336 : RISCVExtension<"zfa", 1, 0,
337 "'Zfa' (Additional Floating-Point)",
342 "'Zfa' (Additional Floating-Point)">;
H A DRISCVSchedule.td83 // Zfa found instructions.
H A DRISCVISelDAGToDAG.cpp1057 // With Zfa, lower to fmv.x.w and fmvh.x.d. in Select()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml274 - const: zfa
276 The standard Zfa extension for additional floating point
277 instructions, as ratified in commit 056b6ff ("Zfa is ratified") of
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c864 zfs_file_attr_t zfa; in spa_config_load() local
884 if (zfs_file_getattr(fp, &zfa)) in spa_config_load()
887 fsize = zfa.zfa_size; in spa_config_load()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp431 // FIXME: Legal with Zfa. in RISCVLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2096 Features["zfa"] = ExtMask & (1ULL << 32); // RISCV_HWPROBE_EXT_ZFA in getHostCPUFeatures()