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)
Mon, Aug 18, 6:26 AM
Unknown Object (File)
Fri, Aug 15, 1:00 AM
Unknown Object (File)
Sat, Aug 2, 4:56 AM
Unknown Object (File)
Sat, Jul 26, 11:02 PM
Unknown Object (File)
Sat, Jul 26, 6:43 PM
Unknown Object (File)
Jul 23 2025, 7:02 AM
Unknown Object (File)
Jul 22 2025, 1:05 PM
Unknown Object (File)
Jul 6 2025, 12:59 AM
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.