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)
Sun, Feb 23, 7:56 PM
Unknown Object (File)
Wed, Feb 19, 4:17 AM
Unknown Object (File)
Tue, Feb 18, 7:42 PM
Unknown Object (File)
Tue, Feb 18, 5:35 PM
Unknown Object (File)
Tue, Feb 18, 7:42 AM
Unknown Object (File)
Sat, Feb 8, 1:40 AM
Unknown Object (File)
Jan 22 2025, 10:27 PM
Unknown Object (File)
Jan 13 2025, 11:43 PM
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