Page MenuHomeFreeBSD

vmm(4): Decode 3-byte VEX-prefixed instructions
ClosedPublic

Authored by cem on Apr 17 2020, 4:45 AM.
Tags
None
Referenced Files
F150806322: D24462.id70858.diff
Sat, Apr 4, 4:34 AM
F150775909: D24462.id70675.diff
Fri, Apr 3, 11:48 PM
F150763557: D24462.diff
Fri, Apr 3, 9:49 PM
Unknown Object (File)
Thu, Apr 2, 11:01 PM
Unknown Object (File)
Dec 28 2025, 3:40 PM
Unknown Object (File)
Dec 26 2025, 9:26 AM
Unknown Object (File)
Nov 27 2025, 7:03 PM
Unknown Object (File)
Nov 23 2025, 3:27 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

grehan added inline comments.
sys/amd64/include/vmm.h
555 ↗(On Diff #70675)

Very tiny nit: should the bit-field declaration follow the same style as the modrm and SIB-byte decls, with comma separated fields ?

This revision is now accepted and ready to land.Apr 17 2020, 5:09 AM
sys/amd64/include/vmm.h
555 ↗(On Diff #70675)

Sure, that seems consistent with prevailing style. I’ll plan to make the change but won’t rush to push it to phab, if that’s alright.

sys/amd64/include/vmm.h
555 ↗(On Diff #70675)

That's fine.

This revision was automatically updated to reflect the committed changes.
cem marked an inline comment as done.