Page MenuHomeFreeBSD

Ensure the ID register fields are 64 bit types.
ClosedPublic

Authored by andrew on Jul 17 2019, 9:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 3:38 AM
Unknown Object (File)
Sat, Oct 4, 11:12 AM
Unknown Object (File)
Aug 15 2025, 12:31 AM
Unknown Object (File)
Aug 14 2025, 10:47 PM
Unknown Object (File)
Aug 5 2025, 8:11 AM
Unknown Object (File)
Aug 2 2025, 8:43 PM
Unknown Object (File)
Jul 26 2025, 1:26 AM
Unknown Object (File)
Jul 25 2025, 2:21 AM
Subscribers

Details

Summary

Previously only some of the ID register fields were 64 bit. To allow
for a script to generate these mark them all 64 bit. To allow for their
use in assembly we need to use the UINT64_C macro via a new UL macro
to stop the lines from being too long.

Diff Detail

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