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

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRCGst.h26 #undef PGSTPD macro
45 # define PGSTPD PX86PD macro
63 # define PGSTPD PX86PDPAE macro
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h27 #undef PGSTPD macro
74 # define PGSTPD PX86PDPAE macro
87 # define PGSTPD PX86PD macro
97 # define PGSTPD PX86PDPAE macro
130 # define PGSTPD PX86PD macro
173 # define PGSTPD PX86PDPAE macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h43 static int PGM_BTH_NAME(SyncPT)(PVMCPU pVCpu, unsigned iPD, PGSTPD pPDSrc, RTGCPTR GCPtrPage);
1278 PGSTPD pPDSrc = pgmGstGet32bitPDPtr(pVCpu);
2623 static int PGM_BTH_NAME(SyncPT)(PVMCPU pVCpu, unsigned iPDSrc, PGSTPD pPDSrc, RTGCPTR GCPtrPage)
3352 PGSTPD pPDSrc = pgmGstGet32bitPDPtr(pVCpu);
3356 PGSTPD pPDSrc = pgmGstGetPaePDPtr(pVCpu, GCPtrPage, &iPDSrc, &PdpeSrc);
3363 PGSTPD pPDSrc = pgmGstGetLongModePDPtr(pVCpu, GCPtrPage, &pPml4eSrc, &PdpeSrc, &iPDSrc);
3369 PGSTPD pPDSrc = NULL;
3513 PGSTPD pPDSrc = pgmGstGet32bitPDPtr(pVCpu);
3518 PGSTPD pPDSrc = pgmGstGetPaePDPtr(pVCpu, GCPtrPage, &iPDSrc, &PdpeSrc);
3529 PGSTPD pPDSr
[all...]
H A DPGMAllGst.h154 PGSTPD register pPd = pWalk->pPd;

Completed in 55 milliseconds