VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 1:45:41 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38855
Message:

Pass the VMCPU id to the ring 0 callbacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm

    r13536 r13858  
    193193
    194194;;
    195 ; @cproto DECLASM(int)    supdrvNtWrapVMMR0EntryFast(PFNRT pfnVMMR0EntryFast, PVM pVM, unsigned uOperation);
     195; @cproto DECLASM(int)    supdrvNtWrapVMMR0EntryFast(PFNRT pfnVMMR0EntryFast, PVM pVM, unsigned idCPU, unsigned uOperation);
    196196;
    197197; @param    pfnVMMR0EntryFast   rcx
    198198; @param    pVM                 rdx
    199 ; @param    uOperation          r8
     199; @param    idCPU               r8
     200; @param    uOperation          r9
    200201;
    201202BEGINPROC supdrvNtWrapVMMR0EntryFast
     
    206207        mov     rcx, rdx
    207208        mov     rdx, r8
     209        mov     r8, r9
    208210        call    rax
    209211
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