Searched defs:R0PtrChunk (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1568 RTR0PTR R0PtrChunk = NIL_RTR0PTR; local
1572 &R0PtrChunk,
1574 HMIsEnabled(pVM) ? &R0PtrChunk : NULL,
1582 Assert(R0PtrChunk != NIL_RTR0PTR);
1585 R0PtrChunk = NIL_RTR0PTR;
1587 R0PtrChunk = (uintptr_t)pvChunk;
1613 (RTRCPTR)GCPtrChunk, R0PtrChunk, pszDescChunk, *ppPrev);

Completed in 43 milliseconds