Page MenuHomeFreeBSD

arm64: Use the _REG macros to read ID registers
ClosedPublic

Authored by andrew on Mon, May 13, 3:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 21, 4:52 AM
Unknown Object (File)
Sun, May 19, 9:10 PM
Unknown Object (File)
Sun, May 19, 8:35 PM
Unknown Object (File)
Fri, May 17, 7:21 PM
Unknown Object (File)
Fri, May 17, 3:56 PM
Unknown Object (File)
Fri, May 17, 11:42 AM
Unknown Object (File)
Wed, May 15, 7:19 PM
Unknown Object (File)
Wed, May 15, 1:56 PM
Subscribers

Details

Summary

To build with old toolchains use the *_REG macros to access the ID
registers. These become a name in the form S?_?_C?_C?_? where the '?'
values encode the op and CR values needed to access the register.

For consistency use these macros for all ID registers, even if most
toolchains understand them.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable