VirtualBox

Changeset 8853 in vbox for trunk/include/VBox


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/include/VBox/hwaccm.h

    r8155 r8853  
    257257HWACCMR0DECL(int) HWACCMR0Leave(PVM pVM);
    258258
     259/**
     260 * Invalidates a guest page
     261 *
     262 * @returns VBox status code.
     263 * @param   pVM         The VM to operate on.
     264 * @param   GCVirt      Page to invalidate
     265 */
     266HWACCMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt);
     267
     268/**
     269 * Flushes the guest TLB
     270 *
     271 * @returns VBox status code.
     272 * @param   pVM         The VM to operate on.
     273 */
     274HWACCMR0DECL(int) HWACCMR0FlushTLB(PVM pVM);
    259275
    260276/** @} */
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