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)
Wed, May 22, 12:50 AM
Unknown Object (File)
Tue, May 21, 8:16 PM
Unknown Object (File)
Tue, May 21, 6:35 PM
Unknown Object (File)
Wed, May 1, 6:13 AM
Unknown Object (File)
Thu, Apr 25, 5:45 PM
Unknown Object (File)
Apr 22 2024, 1:43 AM
Unknown Object (File)
Apr 21 2024, 11:49 AM
Unknown Object (File)
Apr 20 2024, 6:15 PM
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