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
F102416372: D34060.diff
Mon, Nov 11, 11:43 PM
F102363309: D34060.id101990.diff
Mon, Nov 11, 6:09 AM
Unknown Object (File)
Wed, Oct 16, 9:19 AM
Unknown Object (File)
Oct 3 2024, 10:48 PM
Unknown Object (File)
Oct 3 2024, 3:08 PM
Unknown Object (File)
Oct 3 2024, 10:14 AM
Unknown Object (File)
Oct 1 2024, 3:05 AM
Unknown Object (File)
Sep 28 2024, 11:23 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.