Searched refs:GSTPTE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRCGst.h23 #undef GSTPTE macro
42 # define GSTPTE X86PTE macro
60 # define GSTPTE X86PTEPAE macro
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h24 #undef GSTPTE macro
71 # define GSTPTE X86PTEPAE macro
84 # define GSTPTE X86PTE macro
94 # define GSTPTE X86PTEPAE macro
127 # define GSTPTE X86PTE macro
170 # define GSTPTE X86PTEPAE macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h206 GSTPTE register Pte;
357 GSTPTE Pte = Walk.pPt->a[iPTE];
515 GSTPTE Pte = pPT->a[iPTE];
H A DPGMAllBth.h45 static void PGM_BTH_NAME(SyncPageWorker)(PVMCPU pVCpu, PSHWPTE pPteDst, GSTPDE PdeSrc, GSTPTE PteSrc, PPGMPOOLPAGE pShwPage, unsigned iPTDst);
1364 GSTPTE PteSrc = pPTSrc->a[iPTSrc];
1666 static void PGM_BTH_NAME(SyncPageWorker)(PVMCPU pVCpu, PSHWPTE pPteDst, GSTPDE PdeSrc, GSTPTE PteSrc,
2083 GSTPTE PteSrc = pPTSrc->a[iPTSrc];
2504 GSTPTE const *pPteSrc = &pPTSrc->a[(GCPtrPage >> GST_PT_SHIFT) & GST_PT_MASK];
2505 const GSTPTE PteSrc = *pPteSrc;
2895 const GSTPTE PteSrc = pPTSrc->a[iPTSrc];
4137 const GSTPTE PteSrc = pPTSrc->a[iPT + offPTSrc];

Completed in 46 milliseconds