HomeFreeBSD

arm64: Add the SVE registers to the signal frame

Description

arm64: Add the SVE registers to the signal frame

Use the new extended register support in the arm64 signal frame to
handle the SVE registers.

As these registers alias the VFP registers we use the floating point
register values to restore the lower bits of the SVE registers. This
is to support software that doesn't understand SVE to continue working.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D43307

Details

Provenance
andrewAuthored on Sep 27 2024, 1:37 PM
Differential Revision
D43307: arm64: Add the SVE registers to the signal frame
Parents
rG332c426328db: arm64: Initial SVE support
Branches
Unknown
Tags
Unknown