Page MenuHomeFreeBSD

arm64/vmm: Refactor vmm_hyp.c
ClosedPublic

Authored by kajetan.puchalski_arm.com on Apr 21 2026, 11:09 AM.
Tags
None
Referenced Files
F165048491: D56553.id176275.diff
Wed, Aug 5, 1:37 PM
F165048484: D56553.id176275.diff
Wed, Aug 5, 1:37 PM
F165042647: D56553.id180982.diff
Wed, Aug 5, 12:22 PM
Unknown Object (File)
Tue, Aug 4, 2:54 PM
Unknown Object (File)
Tue, Aug 4, 12:47 AM
Unknown Object (File)
Tue, Aug 4, 12:47 AM
Unknown Object (File)
Tue, Aug 4, 12:47 AM
Unknown Object (File)
Tue, Aug 4, 12:47 AM
Subscribers

Details

Summary

Refactor vmm_hyp.c to split register reload logic by type of register,
streamline the implementation and improve readability.

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 74411
Build 71294: 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

sys/arm64/vmm/vmm_hyp.c
330–335
345–352
This revision is now accepted and ready to land.Jun 4 2026, 2:45 PM
This revision now requires review to proceed.Jun 9 2026, 3:28 PM

Put potentially exotic registers in a separate array

Only separate out registers relevant for morello

This revision is now accepted and ready to land.Jun 30 2026, 3:01 PM
This revision was automatically updated to reflect the committed changes.