VirtualBox

Ignore:
Timestamp:
Aug 15, 2019 7:29:37 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132736
Message:

VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r80191 r80281  
    3333#include <VBox/vmm/pdmdev.h>
    3434#include "PGMInternal.h"
    35 #include <VBox/vmm/vm.h>
    36 #include <VBox/vmm/uvm.h>
     35#include <VBox/vmm/vmcc.h>
     36
    3737#include "PGMInline.h"
     38
    3839#include <VBox/sup.h>
    3940#include <VBox/param.h>
     
    50065007    /* Must be callable from any thread, so can't use VMMR3CallR0. */
    50075008    STAM_PROFILE_START(&pVM->pgm.s.CTX_SUFF(pStats)->StatChunkMap, a);
    5008     rc = SUPR3CallVMMR0Ex(pVM->pVMR0, NIL_VMCPUID, VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);
     5009    rc = SUPR3CallVMMR0Ex(VMCC_GET_VMR0_FOR_CALL(pVM), NIL_VMCPUID, VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);
    50095010    STAM_PROFILE_STOP(&pVM->pgm.s.CTX_SUFF(pStats)->StatChunkMap, a);
    50105011    if (RT_SUCCESS(rc))
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