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, Oct 10, 7:39 AM
Unknown Object (File)
Fri, Oct 10, 7:38 AM
Unknown Object (File)
Fri, Oct 10, 7:38 AM
Unknown Object (File)
Fri, Oct 10, 7:38 AM
Unknown Object (File)
Fri, Oct 10, 1:41 AM
Unknown Object (File)
Mon, Oct 6, 3:38 AM
Unknown Object (File)
Sun, Sep 14, 7:40 PM
Unknown Object (File)
Sep 13 2025, 7:03 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