VirtualBox

Changeset 13879 in vbox for trunk/src/VBox/VMM/VMMInternal.h


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMInternal.h

    r13873 r13879  
    450450 * @param   pVM     The VM handle.
    451451 */
    452 typedef DECLCALLBACK(int) FNVMMR0SETJMP(PVM pVM, uintptr_t idCpu);
     452typedef DECLCALLBACK(int) FNVMMR0SETJMP(PVM pVM, PVMCPU pVCpu);
    453453/** Pointer to FNVMMR0SETJMP(). */
    454454typedef FNVMMR0SETJMP *PFNVMMR0SETJMP;
     
    466466 * @param   pVM         The argument of that function.
    467467 */
    468 DECLASM(int)    vmmR0CallHostSetJmp(PVMMR0JMPBUF pJmpBuf, PFNVMMR0SETJMP pfn, PVM pVM, uintptr_t idCpu);
     468DECLASM(int)    vmmR0CallHostSetJmp(PVMMR0JMPBUF pJmpBuf, PFNVMMR0SETJMP pfn, PVM pVM, PVMCPU pVCpu);
    469469
    470470/**
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