Searched refs:X86PDPE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h219 X86PDPE Pdpe = pPDPT->a[iPDPT];
389 X86PDPE Pdpe = pPDPT->a[iPDPT];
H A DPGMAllBth.h1284 X86PDPE PdpeSrcIgn;
1288 X86PDPE PdpeSrcIgn;
3355 X86PDPE PdpeSrc;
3362 X86PDPE PdpeSrc;
3392 X86PDPE PdpeSrc;
3415 X86PDPE PdpeSrc;
3517 X86PDPE PdpeSrc;
3528 X86PDPE PdpeSrc;
3557 X86PDPE PdpeSrc;
3578 X86PDPE PdpeSr
[all...]
H A DPGMAllGst.h132 X86PDPE register Pdpe;
432 X86PDPE PdpeIgn;
H A DPGMAllPool.cpp518 const unsigned iShw = offPdpt / sizeof(X86PDPE);
544 && (offPdpt & 7) + cbWrite > sizeof(X86PDPE))
546 const unsigned iShw2 = (offPdpt + cbWrite - 1) / sizeof(X86PDPE);
621 const unsigned iShw = off / sizeof(X86PDPE);
630 && (off & 7) + cbWrite > sizeof(X86PDPE))
632 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PDPE);
651 const unsigned iShw = off / sizeof(X86PDPE);
660 && (off & 7) + cbWrite > sizeof(X86PDPE))
H A DPGMAllMap.cpp336 X86PDPE GstPdpe;
/vbox/include/iprt/
H A Dx86.h2072 typedef union X86PDPE union
2086 } X86PDPE; typedef in typeref:union:X86PDPE
2088 typedef X86PDPE *PX86PDPE;
2090 typedef const X86PDPE *PCX86PDPE;
2099 X86PDPE a[X86_PG_AMD64_PDPE_ENTRIES];
/vbox/src/VBox/VMM/include/
H A DHMInternal.h824 X86PDPE aPdpes[4];
H A DPGMInternal.h2684 X86PDPE Pdpe;
2709 X86PDPE Pdpe;
3793 X86PDPE aGstPaePdpeRegs[4];
/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp201 CHECK_SIZE(X86PDPE, 8);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1323 X86PDPE Pdpe = pPDPT->a[i];
1995 X86PDPE Pdpe = pPDPT->a[i];
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2648 X86PDPE Pdpe;
2994 X86PDPE Pdpe;

Completed in 1056 milliseconds