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, Jan 3, 7:59 AM
Unknown Object (File)
Nov 26 2024, 8:57 PM
Unknown Object (File)
Nov 18 2024, 11:55 AM
Unknown Object (File)
Nov 18 2024, 11:35 AM
Unknown Object (File)
Nov 14 2024, 9:42 PM
Unknown Object (File)
Nov 4 2024, 12:02 PM
Unknown Object (File)
Oct 24 2024, 8:22 AM
Unknown Object (File)
Oct 18 2024, 7:00 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