Page MenuHomeFreeBSD

arm64: Update how we handle SpecSEI
ClosedPublic

Authored by andrew on Oct 15 2024, 2:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 8:36 AM
Unknown Object (File)
Tue, Sep 30, 7:40 PM
Unknown Object (File)
Sep 1 2025, 2:33 AM
Unknown Object (File)
Aug 26 2025, 8:02 AM
Unknown Object (File)
Aug 16 2025, 6:42 AM
Unknown Object (File)
Aug 14 2025, 10:29 PM
Unknown Object (File)
Aug 14 2025, 8:59 PM
Unknown Object (File)
Aug 9 2025, 5:49 AM
Subscribers

Details

Summary

The ID_AA64MMFR1_EL0.SpecSEI field needs to use MRS_HIGHER to get the
largest value from all CPUs. This is because it indicates when an
exception might happen when it's non-zero and can't happen when zero.
As indicating something that might happen even when it can't is safer
use MRS_HIGHER to handle this field.

Sponsored by: Arm Ltd

Diff Detail

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