VirtualBox

Ignore:
Timestamp:
May 15, 2008 1:57:31 PM (17 years ago)
Author:
vboxsync
Message:

Manual page invalidation or TLB flush is required for AMD-V.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.h

    r8155 r8853  
    125125HWACCMR0DECL(int) SVMR0LoadGuestState(PVM pVM, CPUMCTX *pCtx);
    126126
     127/**
     128 * Invalidates a guest page
     129 *
     130 * @returns VBox status code.
     131 * @param   pVM         The VM to operate on.
     132 * @param   GCVirt      Page to invalidate
     133 */
     134HWACCMR0DECL(int) SVMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt);
     135
     136/**
     137 * Flushes the guest TLB
     138 *
     139 * @returns VBox status code.
     140 * @param   pVM         The VM to operate on.
     141 */
     142HWACCMR0DECL(int) SVMR0FlushTLB(PVM pVM);
     143
    127144
    128145/* Convert hidden selector attribute word between VMX and SVM formats. */
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