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)
Fri, Oct 31, 9:49 AM
Unknown Object (File)
Thu, Oct 30, 1:51 PM
Unknown Object (File)
Thu, Oct 30, 1:51 PM
Unknown Object (File)
Thu, Oct 30, 7:42 AM
Unknown Object (File)
Thu, Oct 30, 5:20 AM
Unknown Object (File)
Tue, Oct 14, 9:32 PM
Unknown Object (File)
Tue, Oct 14, 9:32 PM
Unknown Object (File)
Tue, Oct 14, 9:32 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