Searched full:zcd (Results 1 – 5 of 5) sorted by relevance
210 zfs_case_data_t *zcd = &zcp->zc_data; in zfs_other_serd_cases() local215 if (zcd->zc_pool_guid != zfs_case->zc_pool_guid || in zfs_other_serd_cases()216 zcd->zc_parent_guid != zfs_case->zc_parent_guid || in zfs_other_serd_cases()217 zcd->zc_vdev_guid == zfs_case->zc_vdev_guid) { in zfs_other_serd_cases()226 if (zcd->zc_serd_checksum[0] == zfs_case->zc_serd_checksum[0] && in zfs_other_serd_cases()227 fmd_serd_active(hdl, zcd->zc_serd_checksum)) { in zfs_other_serd_cases()230 if (zcd->zc_serd_io[0] == zfs_case->zc_serd_io[0] && in zfs_other_serd_cases()231 fmd_serd_active(hdl, zcd->zc_serd_io)) { in zfs_other_serd_cases()234 if (zcd->zc_serd_slow_io[0] == zfs_case->zc_serd_slow_io[0] && in zfs_other_serd_cases()235 fmd_serd_active(hdl, zcd->zc_serd_slow_io)) { in zfs_other_serd_cases()
253 - const: zcd255 The Zcd extension part of Zc* standard extensions for code size581 # Zcd depends on Zca and D584 const: zcd
258 /* Turn off ZCD. */ in r12a_power_on()438 /* Turn on ZCD. */ in r12a_power_off()
416 : RISCVExtension<"zcd", 1, 0,417 "'Zcd' (Compressed Double-Precision Floating-Point Instructions)",424 "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">;
763 if ((HasZcmt || Exts.count("zcmp")) && HasD && (HasC || Exts.count("zcd"))) in checkDependency()766 (HasC ? "c" : "zcd") + in checkDependency()