Page MenuHomeFreeBSD

Sort the names of the arm64 debug registers
ClosedPublic

Authored by andrew on Jan 27 2022, 11:12 AM.
Tags
None
Referenced Files
F150844661: D34060.id102367.diff
Sat, Apr 4, 10:55 AM
F150776531: D34060.id102367.diff
Fri, Apr 3, 11:54 PM
Unknown Object (File)
Thu, Mar 26, 6:14 PM
Unknown Object (File)
Wed, Mar 25, 1:14 PM
Unknown Object (File)
Wed, Mar 11, 10:35 PM
Unknown Object (File)
Feb 14 2026, 7:38 AM
Unknown Object (File)
Feb 14 2026, 7:38 AM
Unknown Object (File)
Jan 16 2026, 3:00 AM
Subscribers

Details

Summary

While here clean up the names for the naming convention of the other
registers in this file.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44120
Build 41008: arc lint + arc unit

Event Timeline

mhorne added inline comments.
sys/arm64/include/armreg.h
1106

Why were these ones given UL()?

This revision is now accepted and ready to land.Jan 27 2022, 9:11 PM
sys/arm64/include/armreg.h
136

These are called Debug Breakpoint Control Registers, at least in my copy of ARMARM

This revision was automatically updated to reflect the committed changes.