Changeset 19262 in vbox for trunk/include/VBox
- Timestamp:
- Apr 29, 2009 1:00:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46671
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmcritsect.h
r18532 r19262 64 64 VMMDECL(void) PDMCritSectLeave(PPDMCRITSECT pCritSect); 65 65 VMMDECL(bool) PDMCritSectIsOwner(PCPDMCRITSECT pCritSect); 66 VMMDECL(bool) PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, VMCPUID idCpu); 66 67 VMMDECL(bool) PDMCritSectIsInitialized(PCPDMCRITSECT pCritSect); 67 68 VMMR3DECL(int) PDMR3CritSectTryEnter(PPDMCRITSECT pCritSect); -
trunk/include/VBox/pgm.h
r18992 r19262 436 436 * @{ 437 437 */ 438 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM );438 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu); 439 439 VMMR0DECL(int) PGMR0Trap0eHandlerNestedPaging(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault); 440 440 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
Note:
See TracChangeset
for help on using the changeset viewer.