VirtualBox

Changeset 24851 in vbox


Ignore:
Timestamp:
Nov 22, 2009 4:18:03 AM (15 years ago)
Author:
vboxsync
Message:

offset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/x86.h

    r24848 r24851  
    19641964typedef struct X86DESCATTRBITS
    19651965{
    1966     /** Segment Type. */
     1966    /** 00 - Segment Type. */
    19671967    unsigned    u4Type : 4;
    1968     /** Descriptor Type. System(=0) or code/data selector */
     1968    /** 04 - Descriptor Type. System(=0) or code/data selector */
    19691969    unsigned    u1DescType : 1;
    1970     /** Descriptor Privelege level. */
     1970    /** 05 - Descriptor Privelege level. */
    19711971    unsigned    u2Dpl : 2;
    1972     /** Flags selector present(=1) or not. */
     1972    /** 07 - Flags selector present(=1) or not. */
    19731973    unsigned    u1Present : 1;
    1974     /** Segment limit 16-19. */
     1974    /** 08 - Segment limit 16-19. */
    19751975    unsigned    u4LimitHigh : 4;
    1976     /** Available for system software. */
     1976    /** 0c - Available for system software. */
    19771977    unsigned    u1Available : 1;
    1978     /** 32 bits mode: Reserved - 0, long mode: Long Attribute Bit. */
     1978    /** 0d - 32 bits mode: Reserved - 0, long mode: Long Attribute Bit. */
    19791979    unsigned    u1Long : 1;
    1980     /** This flags meaning depends on the segment type. Try make sense out
     1980    /** 0e - This flags meaning depends on the segment type. Try make sense out
    19811981     * of the intel manual yourself.  */
    19821982    unsigned    u1DefBig : 1;
    1983     /** Granularity of the limit. If set 4KB granularity is used, if
     1983    /** 0f - Granularity of the limit. If set 4KB granularity is used, if
    19841984     * clear byte. */
    19851985    unsigned    u1Granularity : 1;
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