VirtualBox

Changeset 23976 in vbox


Ignore:
Timestamp:
Oct 22, 2009 12:57:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53807
Message:

Flush page instead of context (code path not used)

File:
1 edited

Legend:

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

    r23944 r23976  
    21362136        {
    21372137            /* aTlbShootdownPages contains physical addresses in this case. */
    2138             vmxR0FlushEPT(pVM, pVCpu, pVM->hwaccm.s.vmx.enmFlushContext, pVCpu->hwaccm.s.TlbShootdown.aPages[i]);
     2138            vmxR0FlushEPT(pVM, pVCpu, pVM->hwaccm.s.vmx.enmFlushPage, pVCpu->hwaccm.s.TlbShootdown.aPages[i]);
    21392139        }
    21402140    }
     
    22142214            STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatTlbShootdown);
    22152215            for (unsigned i=0;i<pVCpu->hwaccm.s.TlbShootdown.cPages;i++)
    2216                 vmxR0FlushVPID(pVM, pVCpu, pVM->hwaccm.s.vmx.enmFlushContext, pVCpu->hwaccm.s.TlbShootdown.aPages[i]);
     2216                vmxR0FlushVPID(pVM, pVCpu, pVM->hwaccm.s.vmx.enmFlushPage, pVCpu->hwaccm.s.TlbShootdown.aPages[i]);
    22172217        }
    22182218    }
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