Page MenuHomeFreeBSD

arm64: disable the physical timer for now if HCR_EL2.E2H is set
ClosedPublic

Authored by kevans on Mar 3 2023, 7:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 6:11 AM
Unknown Object (File)
Sun, Sep 6, 8:20 PM
Unknown Object (File)
Sat, Sep 5, 6:18 AM
Unknown Object (File)
Sat, Sep 5, 2:44 AM
Unknown Object (File)
Fri, Sep 4, 1:16 PM
Unknown Object (File)
Fri, Sep 4, 3:29 AM
Unknown Object (File)
Fri, Sep 4, 3:16 AM
Unknown Object (File)
Wed, Sep 2, 3:27 AM
Subscribers

Details

Summary

On some hardware, we can't clear HCR_EL2.E2H so accesses to the physical
timer hopelessly trap to EL2. Stash off the value of HCR_EL2 and use it
in has_hyp() to avoid this.

Diff Detail

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

Event Timeline

kevans requested review of this revision.Mar 3 2023, 7:28 AM

Will also work with bhyve where we don't currently work with HCR_E2H on.

This revision is now accepted and ready to land.Mar 3 2023, 2:03 PM