Page MenuHomeFreeBSD

arm64: implement COMPAT_FREEBSD32 fill/set dbregs/fpregs
ClosedPublic

Authored by emaste on Mar 17 2021, 2:14 PM.
Tags
None
Referenced Files
F102399349: D29314.id.diff
Mon, Nov 11, 5:56 PM
Unknown Object (File)
Mon, Nov 4, 12:07 PM
Unknown Object (File)
Tue, Oct 15, 11:50 AM
Unknown Object (File)
Oct 2 2024, 3:39 AM
Unknown Object (File)
Oct 1 2024, 9:25 PM
Unknown Object (File)
Sep 20 2024, 2:43 PM
Unknown Object (File)
Sep 16 2024, 1:14 PM
Unknown Object (File)
Sep 15 2024, 10:31 PM
Subscribers

Details

Summary

On FreeBSD/arm fill_fpregs, fill_dbregs are stubs that zero the reg struct and return success. set_fpregs and set_dbregs do nothing and return success. Provide the same implementation for COMPAT_FREEBSD32.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable