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)
Sun, Sep 15, 3:34 AM
Unknown Object (File)
Fri, Sep 6, 2:18 PM
Unknown Object (File)
Thu, Sep 5, 5:55 PM
Unknown Object (File)
Aug 24 2024, 3:51 PM
Unknown Object (File)
Aug 16 2024, 9:48 AM
Unknown Object (File)
Aug 1 2024, 7:18 AM
Unknown Object (File)
Jul 30 2024, 3:17 PM
Unknown Object (File)
Jul 22 2024, 5:46 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.