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)
Mon, Aug 10, 4:33 PM
Unknown Object (File)
Mon, Aug 10, 4:30 PM
Unknown Object (File)
Wed, Aug 5, 5:26 AM
Unknown Object (File)
Tue, Aug 4, 7:05 AM
Unknown Object (File)
Fri, Jul 31, 3:58 PM
Unknown Object (File)
Jul 14 2026, 2:59 PM
Unknown Object (File)
Jul 2 2026, 6:22 AM
Unknown Object (File)
Jun 30 2026, 8:36 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.