Page MenuHomeFreeBSD

arm: Use the correct irq when in the hypervisor
ClosedPublic

Authored by andrew on Feb 19 2024, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 5:02 PM
Unknown Object (File)
Thu, May 9, 12:00 AM
Unknown Object (File)
Wed, May 8, 11:59 PM
Unknown Object (File)
Wed, May 8, 2:37 PM
Unknown Object (File)
Apr 27 2024, 5:25 PM
Unknown Object (File)
Apr 14 2024, 5:41 PM
Unknown Object (File)
Apr 8 2024, 10:38 PM
Unknown Object (File)
Apr 8 2024, 12:07 PM
Subscribers

Details

Summary

When booting in the hypervisor state we need to use the hypervisor
interrupt in the generic timer. In this case the registers we access
in the kernel are remapped to the EL2 versions, however this causes
an unexpected interrupt to trigger.

Sponsored by: Arm Ltd

Diff Detail

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