Searched refs:aGCPhysGstPaePDs (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1655 bool const fChanged = pVCpu->pgm.s.aGCPhysGstPaePDs[iPdpt] != GCPhys;
1680 pVCpu->pgm.s.aGCPhysGstPaePDs[iPdpt] = GCPhys;
1691 pVCpu->pgm.s.aGCPhysGstPaePDs[iPdpt] = NIL_RTGCPHYS;
1792 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = NIL_RTGCPHYS;
H A DPGMAllBth.h4606 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = GCPhys;
4620 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = NIL_RTGCPHYS;
4778 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = NIL_RTGCPHYS;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp365 CHECK_MEMBER_ALIGNMENT(PGMCPU, aGCPhysGstPaePDs, sizeof(RTGCPHYS));
H A DtstVMStruct.h624 GEN_CHECK_OFF(PGMCPU, aGCPhysGstPaePDs);
/vbox/src/VBox/VMM/include/
H A DPGMInline.h744 || (pGuestPDPT->a[iPdpt].u & X86_PDPE_PG_MASK) != pVCpu->pgm.s.aGCPhysGstPaePDs[iPdpt])
799 || (pGuestPDPT->a[iPdpt].u & X86_PDPE_PG_MASK) != pVCpu->pgm.s.aGCPhysGstPaePDs[iPdpt])
H A DPGMInternal.h3791 RTGCPHYS aGCPhysGstPaePDs[4]; member in struct:PGMCPU
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp179 SSMFIELD_ENTRY( PGMCPU, aGCPhysGstPaePDs[0]),
180 SSMFIELD_ENTRY( PGMCPU, aGCPhysGstPaePDs[1]),
181 SSMFIELD_ENTRY( PGMCPU, aGCPhysGstPaePDs[2]),
182 SSMFIELD_ENTRY( PGMCPU, aGCPhysGstPaePDs[3]),
3226 * aGCPhysGstPaePDs values now. We should used the
H A DPGM.cpp1283 pPGM->aGCPhysGstPaePDs[i] = NIL_RTGCPHYS;

Completed in 932 milliseconds