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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h105 X86PML4E register Pml4e; local
109 pWalk->Pml4e.u = Pml4e.u = pPml4e->u;
110 if (!Pml4e.n.u1Present)
112 if (RT_UNLIKELY(!GST_IS_PML4E_VALID(pVCpu, Pml4e)))
118 rc = PGM_GCPHYS_2_PTR_BY_VMCPU(pVCpu, Pml4e.u & X86_PML4E_PG_MASK, &pWalk->pPdpt);
173 & (uint8_t)pWalk->Pml4e.u
182 || pWalk->Pml4e.n.u1NoExecute
224 & (uint8_t)pWalk->Pml4e.u
234 || pWalk->Pml4e
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2635 X86PML4E Pml4e; local
2636 rc = pCmdHlp->pfnMemRead(pCmdHlp, &Pml4e, sizeof(Pml4e), &VarCur, NULL);
2639 if (!Pml4e.n.u1Present)
2642 VarCur.u.u64Number = Pml4e.u & X86_PML4E_PG_MASK;
2981 X86PML4E Pml4e; local
2982 rc = pCmdHlp->pfnMemRead(pCmdHlp, &Pml4e, sizeof(Pml4e), &VarCur, NULL);
2985 if (!Pml4e.n.u1Present)
2988 VarCur.u.u64Number = Pml4e
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2680 X86PML4E Pml4e; member in struct:PGMPTWALKGSTAMD64

Completed in 77 milliseconds