VirtualBox

Changeset 33540 in vbox for trunk/include/VBox/x86.h


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

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

    r32036 r33540  
    8383    /** Bit 18 - AC - Alignment check flag - System flag. Works with CR0.AM. */
    8484    unsigned    u1AC : 1;
    85     /** Bit 19 - VIF - Virtual interupt flag - System flag. */
     85    /** Bit 19 - VIF - Virtual interrupt flag - System flag. */
    8686    unsigned    u1VIF : 1;
    87     /** Bit 20 - VIP - Virtual interupt pending flag - System flag. */
     87    /** Bit 20 - VIP - Virtual interrupt pending flag - System flag. */
    8888    unsigned    u1VIP : 1;
    8989    /** Bit 21 - ID - CPUID flag - System flag. If this responds to flipping CPUID is supported. */
     
    177177/** Bit 18 - AC - Alignment check flag - System flag. Works with CR0.AM. */
    178178#define X86_EFL_AC          RT_BIT(18)
    179 /** Bit 19 - VIF - Virtual interupt flag - System flag. */
     179/** Bit 19 - VIF - Virtual interrupt flag - System flag. */
    180180#define X86_EFL_VIF         RT_BIT(19)
    181 /** Bit 20 - VIP - Virtual interupt pending flag - System flag. */
     181/** Bit 20 - VIP - Virtual interrupt pending flag - System flag. */
    182182#define X86_EFL_VIP         RT_BIT(20)
    183183/** Bit 21 - ID - CPUID flag - System flag. If this responds to flipping CPUID is supported. */
     
    809809#define MSR_IA32_PLATFORM_ID                0x17
    810810
    811 #ifndef MSR_IA32_APICBASE /* qemu cpu.h klugde */
     811#ifndef MSR_IA32_APICBASE /* qemu cpu.h kludge */
    812812#define MSR_IA32_APICBASE                   0x1b
    813813#endif
     
    843843
    844844
    845 #ifndef MSR_IA32_SYSENTER_CS /* qemu cpu.h klugde */
     845#ifndef MSR_IA32_SYSENTER_CS /* qemu cpu.h kludge */
    846846/** SYSENTER_CS - the R0 CS, indirectly giving R0 SS, R3 CS and R3 DS.
    847847 * R0 SS == CS + 8
     
    21322132    X86DESCGATE     Gate;
    21332133
    2134     /** 8 bit unsigned interger view. */
     2134    /** 8 bit unsigned integer view. */
    21352135    uint8_t         au8[8];
    2136     /** 16 bit unsigned interger view. */
     2136    /** 16 bit unsigned integer view. */
    21372137    uint16_t        au16[4];
    2138     /** 32 bit unsigned interger view. */
     2138    /** 32 bit unsigned integer view. */
    21392139    uint32_t        au32[2];
    21402140} X86DESC;
     
    23102310    X86DESC64GATE       Gate;
    23112311
    2312     /** 8 bit unsigned interger view. */
     2312    /** 8 bit unsigned integer view. */
    23132313    uint8_t             au8[16];
    2314     /** 16 bit unsigned interger view. */
     2314    /** 16 bit unsigned integer view. */
    23152315    uint16_t            au16[8];
    2316     /** 32 bit unsigned interger view. */
     2316    /** 32 bit unsigned integer view. */
    23172317    uint32_t            au32[4];
    2318     /** 64 bit unsigned interger view. */
     2318    /** 64 bit unsigned integer view. */
    23192319    uint64_t            au64[2];
    23202320} X86DESC64;
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