Page MenuHomeFreeBSD

Add more arm64 special registers
ClosedPublic

Authored by andrew on May 17 2023, 11:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 10:47 PM
Unknown Object (File)
Tue, Jan 21, 8:44 PM
Unknown Object (File)
Dec 4 2024, 5:25 PM
Unknown Object (File)
Nov 23 2024, 12:39 PM
Unknown Object (File)
Nov 20 2024, 3:57 PM
Unknown Object (File)
Nov 20 2024, 8:14 AM
Unknown Object (File)
Nov 19 2024, 3:01 PM
Unknown Object (File)
Oct 25 2024, 5:23 AM
Subscribers

Details

Summary

These will be used by bhyve

Sponsored by: Arm Ltd
Sponsored by: Innovate UK
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/arm64/include/armreg.h
449

Missing a definition for the IRM field here, not sure if it matters.

451

UL(0xf) or 0xful? The latter is used everywhere else.

This revision is now accepted and ready to land.May 22 2023, 1:58 PM
This revision was automatically updated to reflect the committed changes.