VirtualBox

Changeset 37702 in vbox for trunk/include/VBox/vmm/em.h


Ignore:
Timestamp:
Jun 30, 2011 10:09:59 AM (13 years ago)
Author:
vboxsync
Message:

REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some other EMT may be executing code in the recompiler and could be really surprised by a TLB flush.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/em.h

    r35361 r37702  
    2929#include <VBox/types.h>
    3030#include <VBox/vmm/trpm.h>
    31 #include <VBox/dis.h>
    3231
    3332
     
    189188VMMDECL(void)       EMRemLock(PVM pVM);
    190189VMMDECL(bool)       EMRemIsLockOwner(PVM pVM);
    191 VMMDECL(int)        EMTryEnterRemLock(PVM pVM);
     190VMMDECL(int)        EMRemTryLock(PVM pVM);
    192191/** @} */
    193192
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