Changeset 91939 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 21, 2021 12:43:45 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147745
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/mm.h
r91907 r91939 159 159 #endif 160 160 VMMDECL(RTR0PTR) MMHyperR3ToR0(PVM pVM, RTR3PTR R3Ptr); 161 VMMDECL(RTRCPTR) MMHyperR3ToRC(PVM pVM, RTR3PTR R3Ptr);162 161 VMMDECL(RTR3PTR) MMHyperRCToR3(PVM pVM, RTRCPTR RCPtr); 163 162 VMMDECL(RTR0PTR) MMHyperRCToR0(PVM pVM, RTRCPTR RCPtr); -
trunk/include/VBox/vmm/tm.h
r87792 r91939 270 270 VMM_INT_DECL(int) TMR3Term(PVM pVM); 271 271 VMM_INT_DECL(void) TMR3Reset(PVM pVM); 272 VMM_INT_DECL(int) TMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue);273 272 VMM_INT_DECL(int) TMR3TimerCreateDevice(PVM pVM, PPDMDEVINS pDevIns, TMCLOCK enmClock, PFNTMTIMERDEV pfnCallback, 274 273 void *pvUser, uint32_t fFlags, const char *pszName, PTMTIMERHANDLE phTimer);
Note:
See TracChangeset
for help on using the changeset viewer.