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
Unknown Object (File)
Wed, Aug 27, 2:00 PM
Unknown Object (File)
Aug 2 2025, 3:46 PM
Unknown Object (File)
Jul 30 2025, 12:09 PM
Unknown Object (File)
Jul 27 2025, 5:45 AM
Unknown Object (File)
Jul 21 2025, 3:46 PM
Unknown Object (File)
Jul 10 2025, 4:38 PM
Unknown Object (File)
Jul 9 2025, 3:41 AM
Unknown Object (File)
Jul 2 2025, 11:09 PM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.