Page MenuHomeFreeBSD

vmm: Expose some more AVX512 CPUID bits to guests
ClosedPublic

Authored by markj on Apr 24 2023, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 10, 8:34 AM
Unknown Object (File)
Sun, Feb 9, 7:28 AM
Unknown Object (File)
Tue, Jan 28, 9:50 PM
Unknown Object (File)
Sun, Jan 26, 1:47 PM
Unknown Object (File)
Sat, Jan 25, 11:07 AM
Unknown Object (File)
Wed, Jan 22, 3:06 AM
Unknown Object (File)
Sun, Jan 19, 3:48 PM
Unknown Object (File)
Fri, Jan 17, 2:59 PM
Subscribers

Details

Summary

This is required to announce support for some accelerated AES
operations. AVX512BW indicates support for the AVX512-FP16 extension
and AVX512VL indicates support for the use of AVX512 instructions with
vector lengths smaller than 512 bits.

VAES and VPCLMULQDQ extensions indicate that VEX-prefixed AES-NI and
pclmulqdq instructions are supported.

All of these bits are needed for OpenSSL to use VAES to accelerate
AES-GCM operations.

Sponsored by: Stormshield
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable