VirtualBox

Changeset 45301 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 3, 2013 9:51:13 AM (12 years ago)
Author:
vboxsync
Message:

IOM: Preparing to use read/write critsect.

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r44626 r45301  
    288288VMMDECL(int)            IOMMMIOMapMMIOHCPage(PVM pVM, PVMCPU pVCpu, RTGCPHYS GCPhys, RTHCPHYS HCPhys, uint64_t fPageFlags);
    289289VMMDECL(int)            IOMMMIOResetRegion(PVM pVM, RTGCPHYS GCPhys);
    290 VMMDECL(bool)           IOMIsLockOwner(PVM pVM);
     290VMMDECL(bool)           IOMIsLockWriteOwner(PVM pVM);
    291291
    292292#ifdef IN_RC
  • trunk/include/VBox/vmm/vm.h

    r45276 r45301  
    990990        struct IOM s;
    991991#endif
    992         uint8_t     padding[832];       /* multiple of 64 */
     992        uint8_t     padding[896];       /* multiple of 64 */
    993993    } iom;
    994994
     
    10871087
    10881088    /** Padding for aligning the cpu array on a page boundary. */
    1089     uint8_t         abAlignment2[542];
     1089    uint8_t         abAlignment2[478];
    10901090
    10911091    /* ---- end small stuff ---- */
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