Searched full:zfa (Results 1 – 9 of 9) sorted by relevance
104 zfs_file_attr_t zfa; in vdev_file_open() local167 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()
1 //===-- RISCVInstrInfoZfa.td - RISC-V 'Zfa' instructions ---*- tablegen -*-===//9 // This file describes the RISC-V instructions from the standard 'Zfa'
336 : RISCVExtension<"zfa", 1, 0,337 "'Zfa' (Additional Floating-Point)",342 "'Zfa' (Additional Floating-Point)">;
83 // Zfa found instructions.
1057 // With Zfa, lower to fmv.x.w and fmvh.x.d. in Select()
274 - const: zfa276 The standard Zfa extension for additional floating point277 instructions, as ratified in commit 056b6ff ("Zfa is ratified") of
864 zfs_file_attr_t zfa; in spa_config_load() local884 if (zfs_file_getattr(fp, &zfa)) in spa_config_load()887 fsize = zfa.zfa_size; in spa_config_load()
431 // FIXME: Legal with Zfa. in RISCVLegalizerInfo()
2096 Features["zfa"] = ExtMask & (1ULL << 32); // RISCV_HWPROBE_EXT_ZFA in getHostCPUFeatures()