Changeset 25935 in vbox for trunk/include
- Timestamp:
- Jan 20, 2010 2:43:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56774
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r25866 r25935 930 930 VMMR3DECL(void) CPUMR3Reset(PVM pVM); 931 931 VMMR3DECL(void) CPUMR3ResetCpu(PVMCPU pVCpu); 932 VMMDECL(bool) CPUMR3IsStateRestorePending(PVM pVM); 932 933 # ifdef DEBUG 933 934 VMMR3DECL(void) CPUMR3SaveEntryCtx(PVM pVM); 934 935 # endif 935 936 VMMR3DECL(int) CPUMR3SetCR4Feature(PVM pVM, RTHCUINTREG fOr, RTHCUINTREG fAnd); 936 937 937 VMMR3DECL(RCPTRTYPE(PCCPUMCPUID)) CPUMR3GetGuestCpuIdStdRCPtr(PVM pVM); 938 938 VMMR3DECL(RCPTRTYPE(PCCPUMCPUID)) CPUMR3GetGuestCpuIdExtRCPtr(PVM pVM); -
trunk/include/VBox/pgm.h
r25825 r25935 306 306 #ifndef IN_RING0 307 307 VMMDECL(bool) PGMMapHasConflicts(PVM pVM); 308 VMMDECL(int) PGMMapResolveConflicts(PVM pVM);309 308 #endif 310 309 #ifdef VBOX_STRICT … … 488 487 VMMR3DECL(int) PGMR3UnmapPT(PVM pVM, RTGCPTR GCPtr); 489 488 VMMR3DECL(int) PGMR3FinalizeMappings(PVM pVM); 489 VMMR3DECL(int) PGMR3MappingsDisable(PVM pVM); 490 490 VMMR3DECL(int) PGMR3MappingsSize(PVM pVM, uint32_t *pcb); 491 491 VMMR3DECL(int) PGMR3MappingsFix(PVM pVM, RTGCPTR GCPtrBase, uint32_t cb); 492 492 VMMR3DECL(int) PGMR3MappingsUnfix(PVM pVM); 493 VMMR3DECL( int) PGMR3MappingsDisable(PVM pVM);493 VMMR3DECL(bool) PGMR3MappingsNeedReFixing(PVM pVM); 494 494 VMMR3DECL(int) PGMR3MapIntermediate(PVM pVM, RTUINTPTR Addr, RTHCPHYS HCPhys, unsigned cbPages); 495 495 VMMR3DECL(int) PGMR3MapRead(PVM pVM, void *pvDst, RTGCPTR GCPtrSrc, size_t cb);
Note:
See TracChangeset
for help on using the changeset viewer.