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, Apr 15, 2:55 PM
Unknown Object (File)
Tue, Apr 14, 2:37 PM
Unknown Object (File)
Mon, Apr 6, 3:43 PM
Unknown Object (File)
Wed, Apr 1, 10:22 AM
Unknown Object (File)
Wed, Apr 1, 2:08 AM
Unknown Object (File)
Mar 18 2026, 12:58 AM
Unknown Object (File)
Mar 17 2026, 3:27 AM
Unknown Object (File)
Mar 16 2026, 2:40 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