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, Dec 18, 6:37 PM
Unknown Object (File)
Nov 26 2024, 8:53 AM
Unknown Object (File)
Nov 19 2024, 12:27 PM
Unknown Object (File)
Oct 24 2024, 2:53 AM
Unknown Object (File)
Oct 22 2024, 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
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