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
F154724519: D40131.id124115.diff
Wed, Apr 29, 7:48 AM
F154547530: D40131.id122123.diff
Tue, Apr 28, 9:26 PM
F154415273: D40131.diff
Tue, Apr 28, 10:05 AM
Unknown Object (File)
Mon, Apr 27, 8:52 AM
Unknown Object (File)
Sat, Apr 25, 6:16 AM
Unknown Object (File)
Thu, Apr 16, 2:11 PM
Unknown Object (File)
Tue, Apr 14, 2:34 AM
Unknown Object (File)
Thu, Apr 9, 3:17 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