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)
Thu, Oct 24, 2:53 AM
Unknown Object (File)
Tue, Oct 22, 12:55 PM
Unknown Object (File)
Oct 6 2024, 8:39 AM
Unknown Object (File)
Oct 3 2024, 9:28 AM
Unknown Object (File)
Oct 3 2024, 8:35 AM
Unknown Object (File)
Oct 2 2024, 11:55 PM
Unknown Object (File)
Oct 1 2024, 9:01 AM
Unknown Object (File)
Sep 22 2024, 7: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