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
Unknown Object (File)
Sat, Jun 20, 6:14 AM
Unknown Object (File)
Wed, Jun 10, 2:27 AM
Unknown Object (File)
Wed, Jun 3, 8:01 AM
Unknown Object (File)
May 3 2026, 12:51 AM
Unknown Object (File)
Apr 27 2026, 10:13 AM
Unknown Object (File)
Apr 24 2026, 1:45 PM
Unknown Object (File)
Apr 19 2026, 9:46 AM
Unknown Object (File)
Apr 15 2026, 1:42 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.