klauspost / cpuid

CPU feature identification for Go
MIT License
1.04k stars 128 forks source link

Add AMD Memory Encrypt detection #140

Closed Lencerf closed 10 months ago

Lencerf commented 10 months ago

This patch detects additional information of the AMD Memory Encryption feature.

[0]: https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24594.pdf table E.4.17

klauspost commented 10 months ago

Thanks for the contribution!