Page MenuHomeFreeBSD

arm64: Ensure sctlr and pstate are in known states
ClosedPublic

Authored by andrew on Jun 7 2024, 2:25 PM.
Tags
None
Referenced Files
F168752359: D45528.id141249.diff
Sat, Aug 29, 11:30 PM
Unknown Object (File)
Tue, Aug 18, 4:06 PM
Unknown Object (File)
Fri, Aug 14, 9:04 PM
Unknown Object (File)
Fri, Aug 14, 6:58 PM
Unknown Object (File)
Fri, Aug 14, 12:15 PM
Unknown Object (File)
Thu, Aug 13, 4:48 PM
Unknown Object (File)
Thu, Aug 13, 3:42 PM
Unknown Object (File)
Wed, Aug 12, 4:25 PM
Subscribers

Details

Summary

Before entering the kernel exception level ensure sctlr_el2 and
sctlr_el1 are in a known state. The EOS flag needs to be set to ensure
an eret instruction is a context synchronization event.

Set spcr_el1 when entering the kernel from EL1 and use an eret
instruction to return to the caller. This ensures the CPU pstate is
consistent with the value in spcr_el1 as it is the only way to set it
directly.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

Readd the isb at the end of enter_kernel_el. It seems to be needed.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 23 2024, 9:52 AM
This revision was automatically updated to reflect the committed changes.