- Timestamp:
- Jan 30, 2008 7:31:09 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAll.cpp
r5999 r6625 101 101 AssertCompile(sizeof(RTR0PTR) == sizeof(RTR3PTR)); 102 102 103 /* 104 * Translate Ring-0 VM addresses into Ring-3 VM addresses before feeding it to mmHyperLookupR3. 103 /* 104 * Translate Ring-0 VM addresses into Ring-3 VM addresses before feeding it to mmHyperLookupR3. 105 105 */ 106 106 /** @todo fix this properly; the ring 0 pVM address differs from the R3 one. (#1865) */ … … 296 296 297 297 298 #ifndef IN_RING0 298 299 /** 299 300 * Converts a ring-0 host context address in the Hypervisor memory region to a current context address. … … 305 306 * @thread The Emulation Thread. 306 307 */ 307 #ifndef IN_RING0308 308 MMDECL(void *) MMHyperR0ToCC(PVM pVM, RTR0PTR R0Ptr) 309 309 {
Note:
See TracChangeset
for help on using the changeset viewer.