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)
Wed, Mar 20, 10:29 PM
Unknown Object (File)
Mar 15 2024, 12:24 PM
Unknown Object (File)
Jan 13 2024, 11:27 AM
Unknown Object (File)
Dec 20 2023, 4:59 AM
Unknown Object (File)
Nov 20 2023, 1:49 PM
Unknown Object (File)
Nov 7 2023, 3:19 PM
Unknown Object (File)
Nov 7 2023, 8:33 AM
Unknown Object (File)
Nov 7 2023, 7:41 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