Page MenuHomeFreeBSD

Add helpers to allocate an arm64 VFP state struct
ClosedPublic

Authored by andrew on May 17 2023, 11:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 2:21 PM
Unknown Object (File)
Wed, Oct 30, 6:17 PM
Unknown Object (File)
Sat, Oct 19, 8:41 PM
Unknown Object (File)
Sep 30 2024, 10:38 AM
Unknown Object (File)
Sep 30 2024, 10:33 AM
Unknown Object (File)
Sep 30 2024, 10:25 AM
Unknown Object (File)
Sep 27 2024, 10:22 AM
Unknown Object (File)
Sep 24 2024, 7:43 PM
Subscribers

Details

Summary

This will be used by bhyve and will allow the size to change, e.g. for SVE.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

Clean up vmm stats git arc with wrong commit...

sys/arm64/arm64/vfp.c
63

The whitespace after static looks odd.

288

Now this is only called from APs, so the name is a bit misleading. Maybe vfp_init_secondary() (and plain vfp_init() below)?

313

I think we prefer _Alignof.

473

No need for blank lines at the beginning of functions.

Update based on feedback from @markj

This revision is now accepted and ready to land.Jul 4 2023, 2:34 PM