Searched refs:PX86PDPE (Results 1 - 11 of 11) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | hm.h | 143 VMM_INT_DECL(PX86PDPE) HMGetPaePdpes(PVMCPU pVCpu);
|
H A D | pgm.h | 335 VMM_INT_DECL(int) PGMGstGetPaePdpes(PVMCPU pVCpu, PX86PDPE paPdpes);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | HMAll.cpp | 428 VMM_INT_DECL(PX86PDPE) HMGetPaePdpes(PVMCPU pVCpu)
|
H A D | PGMAll.cpp | 983 PX86PDPE pPdpe = &pPdpt->a[iPdPt]; 1164 PX86PDPE pPdpe = &pPdpt->a[iPdPt]; 1753 VMM_INT_DECL(int) PGMGstGetPaePdpes(PVMCPU pVCpu, PX86PDPE paPdpes)
|
H A D | PGMAllGst.h | 131 PX86PDPE register pPdpe;
|
H A D | PGMAllMap.cpp | 341 PX86PDPE pGstPdpe = pgmGstGetPaePDPEPtr(pVCpu, iPdPt << X86_PDPT_SHIFT);
|
H A D | PGMAllBth.h | 1251 PX86PDPE pPdpeDst = &pPdptDst->a[iPdpt]; 3896 PX86PDPE pPdpeDst;
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInline.h | 692 DECLINLINE(PX86PDPE) pgmGstGetPaePDPEPtr(PVMCPU pVCpu, RTGCPTR GCPtr) 768 DECLINLINE(PX86PDPAE) pgmGstGetPaePDPtr(PVMCPU pVCpu, RTGCPTR GCPtr, unsigned *piPD, PX86PDPE pPdpe) 932 DECLINLINE(PX86PDPAE) pgmGstGetLongModePDPtr(PVMCPU pVCpu, RTGCPTR64 GCPtr, PX86PML4E *ppPml4e, PX86PDPE pPdpe, unsigned *piPD)
|
H A D | PGMInternal.h | 2683 PX86PDPE pPdpe; 2708 PX86PDPE pPdpe;
|
/vbox/include/iprt/ |
H A D | x86.h | 2088 typedef X86PDPE *PX86PDPE; typedef
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | EM.cpp | 1576 PX86PDPE pPdpes = HMGetPaePdpes(pVCpu);
|
Completed in 579 milliseconds