VirtualBox

Changeset 13879 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 5, 2008 4:11:03 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38877
Message:

SMP updates for VT-x/AMD-V.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r13873 r13879  
    124124 */
    125125VMMR0DECL(int)   HWACCMR0SetupVM(PVM pVM);
    126 VMMR0DECL(int)   HWACCMR0RunGuestCode(PVM pVM, uintptr_t idVCpu);
    127 VMMR0DECL(int)   HWACCMR0Enter(PVM pVM, RTCPUID idVCpu);
    128 VMMR0DECL(int)   HWACCMR0Leave(PVM pVM, RTCPUID idVCpu);
    129 VMMR0DECL(int)   HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt);
     126VMMR0DECL(int)   HWACCMR0RunGuestCode(PVM pVM, PVMCPU pVCpu);
     127VMMR0DECL(int)   HWACCMR0Enter(PVM pVM, PVMCPU pVCpu);
     128VMMR0DECL(int)   HWACCMR0Leave(PVM pVM, PVMCPU pVCpu);
     129VMMR0DECL(int)   HWACCMR0InvalidatePage(PVM pVM, PVMCPU pVCpu);
    130130VMMR0DECL(int)   HWACCMR0FlushTLB(PVM pVM);
    131131VMMR0DECL(bool)  HWACCMR0SuspendPending();
  • trunk/include/VBox/vm.h

    r13832 r13879  
    133133        struct HWACCMCPU    s;
    134134#endif
    135         char                padding[32];        /* multiple of 32 */
     135        char                padding[512];        /* multiple of 32 */
    136136    } hwaccm;
    137137
Note: See TracChangeset for help on using the changeset viewer.

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