Page MenuHomeFreeBSD

arm64: Start splitting out undef sys insn handling
ClosedPublic

Authored by andrew on May 6 2025, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 6:49 PM
Unknown Object (File)
Sat, Mar 7, 8:20 PM
Unknown Object (File)
Sat, Mar 7, 8:20 PM
Unknown Object (File)
Feb 4 2026, 1:37 PM
Unknown Object (File)
Jan 30 2026, 10:17 PM
Unknown Object (File)
Jan 30 2026, 5:50 PM
Unknown Object (File)
Jan 18 2026, 9:12 AM
Unknown Object (File)
Jan 17 2026, 9:36 PM
Subscribers

Details

Summary

We shouldn't need to decode the instruction when handling an unknown
SYS, MSR, or MRS instruction that raises an EXCP_MSR exception. The
exception syndrome (esr) contains all the information we need and is
safer to use than reading the instruction.

Add a new set of callbacks for these instructions that we can pass in
either the esr from hardware, or a generated version when we have to
fall back to instruction decoding.

Sponsored by: Arm Ltd

Diff Detail

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