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
Unknown Object (File)
Nov 15 2024, 7:11 PM
Unknown Object (File)
Nov 13 2024, 9:52 PM
Unknown Object (File)
Nov 11 2024, 5:56 PM
Unknown Object (File)
Nov 4 2024, 12:07 PM
Unknown Object (File)
Oct 15 2024, 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
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

Lint
Lint Skipped
Unit
Tests Skipped