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
F132468712: D34060.id101990.diff
Fri, Oct 17, 4:46 AM
F132468705: D34060.id102367.diff
Fri, Oct 17, 4:46 AM
F132468703: D34060.id.diff
Fri, Oct 17, 4:46 AM
F132452406: D34060.id.diff
Fri, Oct 17, 1:41 AM
F132422559: D34060.diff
Thu, Oct 16, 7:33 PM
Unknown Object (File)
Tue, Oct 14, 1:47 AM
Unknown Object (File)
Wed, Sep 24, 4:17 PM
Unknown Object (File)
Aug 27 2025, 2:00 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.