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)
Mon, Apr 22, 12:35 AM
Unknown Object (File)
Feb 24 2024, 5:06 AM
Unknown Object (File)
Feb 16 2024, 1:09 PM
Unknown Object (File)
Jan 4 2024, 12:32 AM
Unknown Object (File)
Dec 20 2023, 5:32 AM
Unknown Object (File)
Nov 28 2023, 4:55 AM
Unknown Object (File)
Nov 22 2023, 3:28 PM
Unknown Object (File)
Nov 22 2023, 2:25 PM
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.