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)
Wed, Sep 4, 5:37 AM
Unknown Object (File)
Aug 5 2024, 5:08 AM
Unknown Object (File)
Jul 31 2024, 12:49 AM
Unknown Object (File)
Jul 28 2024, 7:25 AM
Unknown Object (File)
Jul 15 2024, 10:33 PM
Unknown Object (File)
Jul 3 2024, 8:38 AM
Unknown Object (File)
Jul 2 2024, 11:09 PM
Unknown Object (File)
Jun 30 2024, 4:25 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