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
F154602188: D34060.id101990.diff
Wed, Apr 29, 12:32 AM
F154392699: D34060.id102367.diff
Tue, Apr 28, 7:44 AM
Unknown Object (File)
Mon, Apr 27, 12:01 PM
Unknown Object (File)
Mon, Apr 27, 11:16 AM
Unknown Object (File)
Mon, Apr 27, 11:16 AM
Unknown Object (File)
Sun, Apr 26, 8:51 AM
Unknown Object (File)
Sat, Apr 25, 11:47 PM
Unknown Object (File)
Sat, Apr 25, 5:43 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
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.