Searched refs:pPTR3 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMMap.cpp | 166 pNew->aPTs[i].pPTR3 = (PX86PT)pbPTs; 167 pNew->aPTs[i].pPTRC = MMHyperR3ToRC(pVM, pNew->aPTs[i].pPTR3); 168 pNew->aPTs[i].pPTR0 = MMHyperR3ToR0(pVM, pNew->aPTs[i].pPTR3); 169 pNew->aPTs[i].HCPhysPT = MMR3HyperHCVirt2HCPhys(pVM, pNew->aPTs[i].pPTR3); 171 Log4(("PGMR3MapPT: i=%d: pPTR3=%RHv pPTRC=%RRv pPRTR0=%RHv HCPhysPT=%RHp\n", 172 i, pNew->aPTs[i].pPTR3, pNew->aPTs[i].pPTRC, pNew->aPTs[i].pPTR0, pNew->aPTs[i].HCPhysPT)); 263 MMHyperFree(pVM, pCur->aPTs[0].pPTR3);
|
H A D | PGM.cpp | 2135 pVM->pgm.s.paDynPageMap32BitPTEsGC = pMapping->aPTs[iPT].pPTRC + iPG * sizeof(pMapping->aPTs[0].pPTR3->a[0]); 2350 pCur->aPTs[i].pPTRC = MMHyperR3ToRC(pVM, pCur->aPTs[i].pPTR3);
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 767 GEN_CHECK_OFF_DOT(PGMMAPPING, aPTs[1].pPTR3);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 559 R3PTRTYPE(PX86PT) pPTR3; member in struct:PGMMAPPING::__anon16958
|
Completed in 319 milliseconds