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)
Sun, Oct 6, 1:02 PM
Unknown Object (File)
Fri, Oct 4, 10:04 PM
Unknown Object (File)
Fri, Oct 4, 3:13 PM
Unknown Object (File)
Fri, Oct 4, 11:39 AM
Unknown Object (File)
Tue, Oct 1, 1:28 PM
Unknown Object (File)
Wed, Sep 25, 8:53 AM
Unknown Object (File)
Tue, Sep 24, 4:50 AM
Unknown Object (File)
Sat, Sep 21, 5:02 AM
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