Page MenuHomeFreeBSD

arm64/vmm: Hide non-VHE exception code from VHE
ClosedPublic

Authored by andrew on Jul 23 2024, 11:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 26, 3:29 AM
Unknown Object (File)
Mon, Feb 24, 10:27 AM
Unknown Object (File)
Feb 13 2025, 5:24 PM
Unknown Object (File)
Feb 10 2025, 3:57 PM
Unknown Object (File)
Feb 10 2025, 4:27 AM
Unknown Object (File)
Feb 6 2025, 12:49 PM
Unknown Object (File)
Jan 26 2025, 11:59 PM
Unknown Object (File)
Jan 25 2025, 10:35 PM
Subscribers

Details

Summary

Remove the non-VHE exception code from the VHE code path. As we replace
the exception vectors when entering the guest we don't need to check
which context we are in so can skip parts of the exception vectors.

Sponsored by: Arm Ltd

Diff Detail

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