VirtualBox

Changeset 19262 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 29, 2009 1:00:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46671
Message:

Introduced PDMCritSectIsOwnerEx.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmcritsect.h

    r18532 r19262  
    6464VMMDECL(void)   PDMCritSectLeave(PPDMCRITSECT pCritSect);
    6565VMMDECL(bool)   PDMCritSectIsOwner(PCPDMCRITSECT pCritSect);
     66VMMDECL(bool)   PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, VMCPUID idCpu);
    6667VMMDECL(bool)   PDMCritSectIsInitialized(PCPDMCRITSECT pCritSect);
    6768VMMR3DECL(int)  PDMR3CritSectTryEnter(PPDMCRITSECT pCritSect);
  • trunk/include/VBox/pgm.h

    r18992 r19262  
    436436 * @{
    437437 */
    438 VMMR0DECL(int)      PGMR0PhysAllocateHandyPages(PVM pVM);
     438VMMR0DECL(int)      PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu);
    439439VMMR0DECL(int)      PGMR0Trap0eHandlerNestedPaging(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault);
    440440# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
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