VirtualBox

Changeset 46705 in vbox for trunk/src


Ignore:
Timestamp:
Jun 20, 2013 12:43:08 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: AMD-V bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r46681 r46705  
    736736VMMR0DECL(int) SVMR0InvalidatePage(PVM pVM, PVMCPU pVCpu, RTGCPTR GCVirt)
    737737{
     738    AssertReturn(pVM, VERR_INVALID_PARAMETER);
     739    Assert(pVM->hm.s.svm.fSupported);
     740
    738741    bool fFlushPending = pVM->hm.s.svm.fAlwaysFlushTLB | VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
    739742
     
    742745    {
    743746        Log4(("SVMR0InvalidatePage %RGv\n", GCVirt));
    744         AssertReturn(pVM, VERR_INVALID_PARAMETER);
    745         Assert(pVM->hm.s.svm.fSupported);
    746747
    747748        PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
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