Page MenuHomeFreeBSD

arm64: Add in_vhe() to find if the kernel is in VHE
ClosedPublic

Authored by andrew on Feb 19 2024, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 5, 8:19 AM
Unknown Object (File)
Fri, Jul 3, 7:52 AM
Unknown Object (File)
May 14 2026, 6:49 PM
Unknown Object (File)
May 14 2026, 6:48 PM
Unknown Object (File)
May 7 2026, 1:42 PM
Unknown Object (File)
Apr 19 2026, 1:39 PM
Unknown Object (File)
Apr 11 2026, 8:35 AM
Unknown Object (File)
Apr 11 2026, 2:11 AM
Subscribers

Details

Summary

Add a function to support devices that may need to know if the kernel
has enabled the Armv8.1 Virtulization Host Extensions (FEAT_VHE).
Some devices, e.g. the generic timer, will need to know, e.g. use a
different interrupt.

Sponsored by: Arm Ltd

Diff Detail

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