Page MenuHomeFreeBSD

Add constant for the DE_CFG MSR on AMD CPUs
ClosedPublic

Authored by pmooney_pfmooney.com on Jul 29 2020, 10:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 6:15 AM
Unknown Object (File)
Feb 23 2024, 7:19 AM
Unknown Object (File)
Jan 21 2024, 4:38 PM
Unknown Object (File)
Jan 10 2024, 2:05 AM
Unknown Object (File)
Dec 12 2023, 9:47 PM
Unknown Object (File)
Nov 6 2023, 4:45 PM
Unknown Object (File)
Oct 20 2023, 12:55 AM
Unknown Object (File)
Oct 15 2023, 8:19 AM
Subscribers

Details

Summary

Considering future references in components such as bhyve, the DE_CFG register could benefit from a named #define rather than being manipulated with a numerical constant.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I discovered the lack of a #define for this in FreeBSD while investigating 12998 on illumos bhyve (related to OpenBSD guests attempting to access that MSR on AMD hardware)

This revision is now accepted and ready to land.Sep 11 2020, 8:30 PM
This revision was automatically updated to reflect the committed changes.