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)
Tue, Mar 24, 9:49 AM
Unknown Object (File)
Tue, Mar 24, 12:49 AM
Unknown Object (File)
Mon, Mar 16, 7:41 PM
Unknown Object (File)
Feb 27 2026, 8:39 PM
Unknown Object (File)
Feb 18 2026, 2:12 AM
Unknown Object (File)
Feb 14 2026, 7:16 AM
Unknown Object (File)
Feb 10 2026, 12:29 AM
Unknown Object (File)
Feb 8 2026, 9:42 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