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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp336 X86PDPE GstPdpe; local
338 GstPdpe.u = X86_PDPE_P;
343 GstPdpe = *pGstPdpe;
345 GstPdpe.u = X86_PDPE_P;
347 int rc = pgmShwSyncPaePDPtr(pVCpu, iPdPt << X86_PDPT_SHIFT, GstPdpe.u, &pShwPaePd);

Completed in 44 milliseconds