Page MenuHomeFreeBSD

Discard the arm64 VFP state before resetting it
ClosedPublic

Authored by andrew on Mar 23 2021, 6:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 6:14 AM
Unknown Object (File)
Thu, Oct 9, 4:25 PM
Unknown Object (File)
Tue, Oct 7, 6:32 AM
Unknown Object (File)
Sat, Sep 20, 10:41 PM
Unknown Object (File)
Thu, Sep 18, 6:02 AM
Unknown Object (File)
Thu, Sep 18, 12:58 AM
Unknown Object (File)
Sat, Sep 13, 8:19 PM
Unknown Object (File)
Sep 5 2025, 2:34 AM
Subscribers

Details

Summary

When resetting the VFP state we need to discard any old state so we don't
try to save it on a context switch. Move this first so resetting the pcb
is safe to perform outside a critical section.

Diff Detail

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