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
F132121796: D24462.id70858.diff
Mon, Oct 13, 10:38 PM
F132121781: D24462.id.diff
Mon, Oct 13, 10:38 PM
F132121778: D24462.id70675.diff
Mon, Oct 13, 10:38 PM
F132112891: D24462.id70858.diff
Mon, Oct 13, 8:12 PM
Unknown Object (File)
Mon, Oct 13, 8:58 AM
Unknown Object (File)
Sun, Oct 12, 11:59 AM
Unknown Object (File)
Sun, Oct 12, 8:02 AM
Unknown Object (File)
Aug 18 2025, 6:26 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30554
Build 28299: arc lint + arc unit

Event Timeline

grehan added inline comments.
sys/amd64/include/vmm.h
555

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

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

That's fine.

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