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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp75 static int pgmShwSyncLongModePDPtr(PVMCPU pVCpu, RTGCPTR64 GCPtr, X86PGPAEUINT uGstPml4e, X86PGPAEUINT uGstPdpe, PX86PDPAE *ppPD);
976 * @param uGstPdpe Guest PDPT entry. Valid.
979 int pgmShwSyncPaePDPtr(PVMCPU pVCpu, RTGCPTR GCPtr, X86PGPAEUINT uGstPdpe, PX86PDPAE *ppPD) argument
1008 if (!(uGstPdpe & X86_PDPE_P))
1015 GCPdPt = uGstPdpe & X86_PDPE_PG_MASK;
1017 uGstPdpe |= X86_PDPE_P;
1021 GCPdPt = uGstPdpe & X86_PDPE_PG_MASK;
1039 pPdpe->u |= pShwPage->Core.Key | (uGstPdpe & (X86_PDPE_P | X86_PDPE_A));
1110 * @param uGstPdpe Guest PDPT entry (valid).
1113 static int pgmShwSyncLongModePDPtr(PVMCPU pVCpu, RTGCPTR64 GCPtr, X86PGPAEUINT uGstPml4e, X86PGPAEUINT uGstPdpe, PX86PDPA argument
[all...]

Completed in 49 milliseconds