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)
Fri, Nov 14, 2:01 AM
Unknown Object (File)
Wed, Oct 29, 10:51 PM
Unknown Object (File)
Wed, Oct 29, 5:30 PM
Unknown Object (File)
Wed, Oct 29, 12:46 PM
Unknown Object (File)
Wed, Oct 29, 10:32 AM
Unknown Object (File)
Wed, Oct 29, 9:22 AM
Unknown Object (File)
Wed, Oct 29, 7:28 AM
Unknown Object (File)
Wed, Oct 29, 7:17 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