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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddr.cpp46 * @param FlatPtr The address in question.
48 DECLINLINE(bool) dbgfR3IsHMA(PUVM pUVM, RTGCUINTPTR FlatPtr) argument
51 && MMHyperIsInsideArea(pUVM->pVM, FlatPtr);
78 pAddress->FlatPtr = pSelInfo->GCPtrBase + off;
126 || dbgfR3IsHMA(pUVM, pAddress->FlatPtr))
131 pAddress->FlatPtr = off;
133 if (dbgfR3IsHMA(pUVM, pAddress->FlatPtr))
165 if (dbgfR3IsHMA(pUVM, pAddress->FlatPtr))
178 * @param FlatPtr The flat pointer.
180 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr) argument
[all...]
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp25 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr) argument
37 pAddress->FlatPtr = (uint32_t)(Sel << 4) | off;
40 pAddress->off = pAddress->FlatPtr;
/vbox/include/VBox/vmm/
H A Ddbgf.h64 RTGCUINTPTR FlatPtr; member in struct:DBGFADDRESS
119 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr);

Completed in 40 milliseconds