Page MenuHomeFreeBSD

arm64/vmm: Teach vmm_arm.c about VHE
ClosedPublic

Authored by andrew on Jul 23 2024, 11:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 3:29 PM
Unknown Object (File)
Oct 5 2024, 1:09 AM
Unknown Object (File)
Oct 1 2024, 5:05 PM
Unknown Object (File)
Sep 27 2024, 6:43 AM
Unknown Object (File)
Sep 25 2024, 8:56 AM
Unknown Object (File)
Sep 24 2024, 9:26 AM
Unknown Object (File)
Sep 10 2024, 3:47 PM
Unknown Object (File)
Sep 8 2024, 6:58 AM
Subscribers

Details

Summary

Most of the code is identical however some, e.g. managing EL2 memory
or setting EL2 registers, are unneeded under VHE as the kernel is in
EL2 so can manage these directly.

Sponsored by: Arm Ltd

Diff Detail

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