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)
Thu, Nov 14, 9:42 PM
Unknown Object (File)
Mon, Nov 4, 12:02 PM
Unknown Object (File)
Thu, Oct 24, 8:22 AM
Unknown Object (File)
Oct 18 2024, 7:00 AM
Unknown Object (File)
Oct 18 2024, 7:00 AM
Unknown Object (File)
Oct 18 2024, 7:00 AM
Unknown Object (File)
Oct 18 2024, 6:40 AM
Unknown Object (File)
Oct 5 2024, 3:48 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