Searched refs:u1Size (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h261 if (Pde.b.u1Size)
424 AssertFatal(!Pde.b.u1Size);
H A DPGMAllGst.h162 if (Pde.n.u1Size && GST_IS_PSE_ACTIVE(pVCpu))
493 bool const fBigPage = Pde.b.u1Size && (pState->cr4 & X86_CR4_PSE);
495 bool const fBigPage = Pde.b.u1Size;
H A DPGMAllBth.h504 Assert(GstWalk.Pde.b.u1Size);
518 Assert(!GstWalk.Pde.b.u1Size);
1298 const bool fIsBigPage = PdeSrc.b.u1Size && GST_IS_PSE_ACTIVE(pVCpu);
1601 /* PteDst.n.u1Write = 0 && PteDst.n.u1Size = 0 */
1792 /* PteDst.n.u1Size = 0 */
1972 const bool fBigPage = PdeSrc.b.u1Size && GST_IS_PSE_ACTIVE(pVCpu);
2279 if (PdeDst.n.u1Size)
2446 if (pPdeSrc->b.u1Size && GST_IS_PSE_ACTIVE(pVCpu))
2732 const bool fPageTable = !PdeSrc.b.u1Size || !GST_IS_PSE_ACTIVE(pVCpu);
3229 PdeDst.b.u1Size
[all...]
H A DPGMAllPool.cpp4508 if (pShwPD->a[i].b.u1Size)
4623 if (pShwPD->a[i].b.u1Size)
/vbox/include/iprt/
H A Dx86.h1688 unsigned u1Size : 1; member in struct:X86PDEBITS
1723 uint32_t u1Size : 1; member in struct:X86PDEPAEBITS
1817 unsigned u1Size : 1; member in struct:X86PDE4MBITS
1860 uint32_t u1Size : 1; member in struct:X86PDE2MPAEBITS
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1225 if (Pde.b.u1Size)
1542 if (Pde.b.u1Size && pState->fPse)
1896 if (Pde.b.u1Size)
2220 if (Pde.b.u1Size && pState->fPse)
H A DPGMPool.cpp659 && pShwPD->a[i].b.u1Size)
680 && pShwPD->a[i].b.u1Size)
H A DPGM.cpp2776 if (PdeSrc.b.u1Size && fPSE)
/vbox/include/VBox/vmm/
H A Dhm_vmx.h608 uint64_t u1Size : 1; member in struct:EPTPDEBITS
641 uint64_t u1Size : 1; member in struct:EPTPDE2MBITS
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2699 if (fPSE && Pde.b.u1Size)
3012 if (fPSE && Pde.n.u1Size)
3030 if (fPSE && Pde.n.u1Size)

Completed in 135 milliseconds