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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h132 X86PDPE register Pdpe; local
135 pWalk->Pdpe.u = Pdpe.u = pPdpe->u;
136 if (!Pdpe.n.u1Present)
138 if (RT_UNLIKELY(!GST_IS_PDPE_VALID(pVCpu, Pdpe)))
144 rc = PGM_GCPHYS_2_PTR_BY_VMCPU(pVCpu, Pdpe.u & X86_PDPE_PG_MASK, &pWalk->pPd);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2648 X86PDPE Pdpe; local
2649 VarCur.u.u64Number += ((VarGCPtr.u.GCFlat >> X86_PDPT_SHIFT) & X86_PDPT_MASK_PAE) * sizeof(Pdpe);
2650 rc = pCmdHlp->pfnMemRead(pCmdHlp, &Pdpe, sizeof(Pdpe), &VarCur, NULL);
2653 if (!Pdpe.n.u1Present)
2658 VarPDEAddr.u.u64Number = Pdpe.u & X86_PDPE_PG_MASK;
2994 X86PDPE Pdpe; local
2995 VarCur.u.u64Number += ((VarGCPtr.u.GCFlat >> X86_PDPT_SHIFT) & X86_PDPT_MASK_PAE) * sizeof(Pdpe);
2996 rc = pCmdHlp->pfnMemRead(pCmdHlp, &Pdpe, sizeof(Pdpe),
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2684 X86PDPE Pdpe; member in struct:PGMPTWALKGSTAMD64
2709 X86PDPE Pdpe; member in struct:PGMPTWALKGSTPAE

Completed in 59 milliseconds