VirtualBox

Changeset 54533 in vbox for trunk/include


Ignore:
Timestamp:
Feb 26, 2015 3:31:58 PM (10 years ago)
Author:
vboxsync
Message:

SVM: Added comments for easier cross-referencing with manuals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_svm.h

    r53618 r54533  
    494494    struct
    495495    {
    496         uint32_t    u8VTPR              : 8;
    497         uint32_t    u1VIrqValid         : 1;
     496        uint32_t    u8VTPR              : 8;    /* V_TPR */
     497        uint32_t    u1VIrqValid         : 1;    /* V_IRQ */
    498498        uint32_t    u7Reserved          : 7;
    499         uint32_t    u4VIrqPriority      : 4;
    500         uint32_t    u1IgnoreTPR         : 1;
     499        uint32_t    u4VIrqPriority      : 4;    /* V_INTR_PRIO */
     500        uint32_t    u1IgnoreTPR         : 1;    /* V_IGN_TPR */
    501501        uint32_t    u3Reserved          : 3;
    502         uint32_t    u1VIrqMasking       : 1;
     502        uint32_t    u1VIrqMasking       : 1;    /* V_INTR_MASKING */
    503503        uint32_t    u6Reserved          : 6;
    504504        uint32_t    u1AvicEnable        : 1;
    505         uint32_t    u8VIrqVector        : 8;
     505        uint32_t    u8VIrqVector        : 8;    /* V_INTR_VECTOR */
    506506        uint32_t    u24Reserved         : 24;
    507507    } n;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette