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)
Thu, Mar 21, 4:40 PM
Unknown Object (File)
Feb 15 2024, 2:47 PM
Unknown Object (File)
Jan 2 2024, 11:17 PM
Unknown Object (File)
Dec 23 2023, 1:35 AM
Unknown Object (File)
Dec 14 2023, 10:38 PM
Unknown Object (File)
Oct 16 2023, 12:56 PM
Unknown Object (File)
Sep 17 2023, 6:51 PM
Unknown Object (File)
Sep 17 2023, 6:51 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