Page MenuHomeFreeBSD

arm64/vmm: Move host-side EL2 regs into sys_regs
ClosedPublic

Authored by kajetan.puchalski_arm.com on Apr 21 2026, 11:09 AM.
Tags
None
Referenced Files
F166971699: D56555.id179457.diff
Tue, Aug 18, 6:59 AM
F166951454: D56555.diff
Tue, Aug 18, 1:54 AM
Unknown Object (File)
Mon, Aug 17, 7:03 PM
Unknown Object (File)
Mon, Aug 17, 3:22 AM
Unknown Object (File)
Sat, Aug 15, 2:38 PM
Unknown Object (File)
Fri, Aug 14, 12:32 AM
Unknown Object (File)
Thu, Aug 13, 4:26 AM
Unknown Object (File)
Thu, Aug 13, 1:15 AM
Subscribers

Details

Summary

Move EL2 host registers that are not visible to the guest into
hypctx->sys_regs. Prefix them with HOST_ to distinguish from EL2
registers which are part of the guest's own state (e.g. in VNCR).

Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74148
Build 71031: arc lint + arc unit

Event Timeline

Encode VNCR values into enum hypctx_sysreg as 64-bit offsets

Handle non-VHE, store the vncr page as a pointer

Address remaining style review comments

Use Static_assert to ensure correct struct hypctx size

I looks like some lines might be wider than 80 characters

sys/arm64/vmm/vmm_hyp.c
170–172

Style

Put potentially exotic registers in a separate array

Only separate out registers relevant for morello

This revision is now accepted and ready to land.Jul 1 2026, 10:51 AM