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)
Mon, Apr 15, 2:47 AM
Unknown Object (File)
Tue, Apr 9, 7:13 AM
Unknown Object (File)
Mar 7 2024, 1:44 PM
Unknown Object (File)
Jan 12 2024, 2:45 AM
Unknown Object (File)
Dec 22 2023, 11:57 PM
Unknown Object (File)
Dec 6 2023, 8:48 AM
Unknown Object (File)
Sep 20 2023, 3:33 AM
Unknown Object (File)
Aug 16 2023, 8:21 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