mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 17:22:05 +03:00
simd_stat: expose availability of VAES and VPCLMULQDQ
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Joel Low <joel@joelsplace.sg> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Attila Fülöp <attila@fueloep.org> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #17058
This commit is contained in:
parent
930f9cc66c
commit
28433c4547
@ -118,6 +118,10 @@ simd_stat_kstat_data(char *buf, size_t size, void *data)
|
||||
"pclmulqdq", zfs_pclmulqdq_available());
|
||||
off += SIMD_STAT_PRINT(simd_stat_kstat_payload,
|
||||
"movbe", zfs_movbe_available());
|
||||
off += SIMD_STAT_PRINT(simd_stat_kstat_payload,
|
||||
"vaes", zfs_vaes_available());
|
||||
off += SIMD_STAT_PRINT(simd_stat_kstat_payload,
|
||||
"vpclmulqdq", zfs_vpclmulqdq_available());
|
||||
|
||||
off += SIMD_STAT_PRINT(simd_stat_kstat_payload,
|
||||
"osxsave", boot_cpu_has(X86_FEATURE_OSXSAVE));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user