Searched refs:u1Present (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/VMM/include/
H A DSELMInline.h39 if (!pShwDesc->Gen.u1Present)
113 if (!pGstDesc->Gen.u1Present)
226 pDesc->Gen.u1Present = 0;
242 if ( pSReg->Attr.n.u1Present != pShwDesc->Gen.u1Present
H A DPGMInline.h728 if ( pGuestPDPT->a[iPdpt].n.u1Present
779 if (!pGuestPDPT->a[iPdpt].n.u1Present)
893 && pGuestPml4->a[iPml4].n.u1Present
901 if ( pPdptTemp->a[iPdpt].n.u1Present
940 if (!pPml4e->n.u1Present)
955 if (!pPdpe->n.u1Present)
1050 if (!pPdpt->a[iPdpt].n.u1Present)
1073 if (!pPdpt->a[iPdpt].n.u1Present)
/vbox/include/VBox/
H A Dtypes.h432 unsigned u1Present : 1; member in struct:VBOXIDTE_TASKGATE
470 unsigned u1Present : 1; member in struct:VBOXIDTE_INTERRUPTGATE
507 unsigned u1Present : 1; member in struct:VBOXIDTE_TRAPGATE
532 unsigned u1Present : 1; member in struct:VBOXIDTE_GENERIC
614 unsigned u1Present : 1; member in struct:VBOXIDTE64_INTERRUPTGATE
659 unsigned u1Present : 1; member in struct:VBOXIDTE64_TRAPGATE
692 unsigned u1Present : 1; member in struct:VBOXIDTE64_GENERIC
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h69 # define SHW_PTE_IS_P(Pte) ( (Pte).n.u1Present )
74 # define SHW_PTE_IS_P_RW(Pte) ( (Pte).n.u1Present && (Pte).n.u1Write )
100 # define SHW_PTE_IS_P(Pte) ( (Pte).n.u1Present ) /* Approximation, works for us. */
105 # define SHW_PTE_IS_P_RW(Pte) ( (Pte).n.u1Present && (Pte).n.u1Write )
210 if (!Pml4e.n.u1Present)
220 if (!Pdpe.n.u1Present)
257 if (!Pde.n.u1Present)
380 if (!Pml4e.n.u1Present)
390 if (!Pdpe.n.u1Present)
421 if (!Pde.n.u1Present)
[all...]
H A DPGMAllMap.cpp308 if ( pShw32BitPd->a[iNewPDE].n.u1Present
378 if ( pShwPaePd->a[iPaePde].n.u1Present
392 if ( pShwPaePd->a[iPaePde].n.u1Present
467 Assert(!pShw32BitPd->a[iOldPDE].n.u1Present || (pShw32BitPd->a[iOldPDE].u & PGM_PDFLAGS_MAPPING));
514 Assert(!pShwPaePd->a[iPaePde].n.u1Present || (pShwPaePd->a[iPaePde].u & PGM_PDFLAGS_MAPPING));
519 Assert(!pShwPaePd->a[iPaePde].n.u1Present || (pShwPaePd->a[iPaePde].u & PGM_PDFLAGS_MAPPING));
768 if ( pPD->a[iPDE + iPT].n.u1Present /** @todo PGMGstGetPDE. */
800 if ( Pde.n.u1Present
862 if ( pPD->a[iPDE + iPT].n.u1Present /** @todo PGMGstGetPDE. */
903 if ( Pde.n.u1Present
[all...]
H A DPGMAllBth.h656 Assert(GstWalk.Pde.n.u1Present);
659 && !pPDDst->a[iPDDst].n.u1Present)
700 if (GstWalk.pPde[iPT].n.u1Present)
1212 if (!pPdptDst->a[iPdpt].n.u1Present)
1253 if (!pPdpeDst->n.u1Present)
1267 if (!PdeDst.n.u1Present)
1326 if (PdeSrc.n.u1Present)
1368 GCPtrPage, PteSrc.n.u1Present,
1597 pPteDst->n.u1Present = 1;
1627 pPteDst->n.u1Present
[all...]
H A DPGMAllGst.h110 if (!Pml4e.n.u1Present)
136 if (!Pdpe.n.u1Present)
160 if (!Pde.n.u1Present)
210 if (!Pte.n.u1Present)
497 if ( Pde.n.u1Present
517 if (Pte.n.u1Present)
H A DSELMAll.cpp232 if (pSReg->Attr.n.u1Present)
371 uint8_t u1Present = Desc.Gen.u1Present; local
379 if (u1Present)
658 if (Desc.Gen.u1Present)
720 if (pSRegCS->Attr.n.u1Present)
H A DPGMAllPool.cpp212 if (uShw.pPT->a[iShw].n.u1Present)
279 if (uShw.pPDPae->a[iShw+i].n.u1Present)
305 if (uShw.pPDPae->a[iShw2].n.u1Present)
386 if (uShw.pPD->a[iShw].n.u1Present)
414 if (uShw.pPD->a[iShw2].n.u1Present)
426 if ( uShw.pPD->a[iShw].n.u1Present
464 if (uShw.pPDPae->a[iShw].n.u1Present)
493 if (uShw.pPDPae->a[iShw2].n.u1Present)
532 if (uShw.pPDPT->a[iShw].n.u1Present)
561 if (uShw.pPDPT->a[iShw2].n.u1Present)
[all...]
H A DPGMAll.cpp992 if ( !pPdpe->n.u1Present
1081 if (!pPdpt->a[iPdPt].n.u1Present)
1126 if ( !pPml4e->n.u1Present
1167 if ( !pPdpe->n.u1Present
1228 if (!pPml4e->n.u1Present)
1238 if (!pPdpt->a[iPdPt].n.u1Present)
1278 if ( !pPml4e->n.u1Present
1298 pPml4e->n.u1Present = 1;
1310 if ( !pPdpe->n.u1Present
1328 pPdpe->n.u1Present
[all...]
H A DIEMAllCImpl.cpp.h907 if (!pDesc->Legacy.Gen.u1Present)
948 if (!pDesc->Legacy.Gen.u1Present)
976 if (!TssDesc.Legacy.Gate.u1Present)
1044 if (!pDesc->Legacy.Gen.u1Present)
1118 if (!DescCS.Legacy.Gate.u1Present)
1308 if (!DescSS.Legacy.Gen.u1Present)
1721 if (!Desc.Legacy.Gen.u1Present) /** @todo this is probably checked too early. Testcase! */
1948 if (!Desc.Legacy.Gen.u1Present)
2174 if (!DescCs.Legacy.Gen.u1Present)
2270 if (!DescSs.Legacy.Gen.u1Present)
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0.cpp82 AssertMsgReturnVoid(pIdte->Gen.u1Present, ("The IDT entry (%d) is not present!\n", uActiveVector));
/vbox/include/iprt/
H A Dx86.h1479 unsigned u1Present : 1; member in struct:X86PTEBITS
1536 uint32_t u1Present : 1; member in struct:X86PTEPAEBITS
1673 unsigned u1Present : 1; member in struct:X86PDEBITS
1708 uint32_t u1Present : 1; member in struct:X86PDEPAEBITS
1801 unsigned u1Present : 1; member in struct:X86PDE4MBITS
1844 uint32_t u1Present : 1; member in struct:X86PDE2MPAEBITS
2010 uint32_t u1Present : 1; member in struct:X86PDPEBITS
2039 uint32_t u1Present : 1; member in struct:X86PDPEAMD64BITS
2148 uint32_t u1Present : 1; member in struct:X86PML4EBITS
2841 unsigned u1Present member in struct:X86DESCATTRBITS
2912 unsigned u1Present : 1; member in struct:X86DESCGENERIC
2974 unsigned u1Present : 1; member in struct:X86DESCGATE
3074 unsigned u1Present : 1; member in struct:X86DESC64GENERIC
3123 unsigned u1Present : 1; member in struct:X86DESC64SYSTEM
3171 unsigned u1Present : 1; member in struct:X86DESC64GATE
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRC.cpp80 pTst->aIDT[iIDT].Int.u1Present = 1;
97 pTst->aIDT[0x42].Int.u1Present = 1;
H A DtstMicro.cpp172 pGDTE->Gen.u1Present = 1;
184 pGDTE->Gen.u1Present = 1;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp114 if (pVM->pgm.s.pInterPD->a[iPageDir + i].n.u1Present)
305 if (pVM->pgm.s.pInterPD->a[iPD].n.u1Present)
310 if (pVM->pgm.s.pInterPD->a[iPD].n.u1Present)
573 if (pVM->pgm.s.pInterPD->a[iPDNew + i].n.u1Present)
1187 if (pPDSrc->a[iPDNew].n.u1Present)
1197 if (pPDSrc->a[iPDNew + i].n.u1Present)
1209 fOk = !pVM->pgm.s.pInterPD->a[iPDNew + i].n.u1Present;
1280 if (pPDSrc->a[iPDNew].n.u1Present)
1286 if (pPDSrc->a[iPDNew + i].n.u1Present)
1298 fOk = !pVM->pgm.s.apInterPaePDs[iPDPTE]->a[iPDNew + i].n.u1Present;
[all...]
H A DDBGFDisas.cpp483 SelInfo.u.Raw.Gen.u1Present = pSRegCS->Attr.n.u1Present;
511 SelInfo.u.Raw.Gen.u1Present = pSRegCS->Attr.n.u1Present;
521 SelInfo.u.Raw.Gen.u1Present = 1;
544 SelInfo.u.Raw.Gen.u1Present = 1;
H A DSELM.cpp345 pDesc->Gen.u1Present = 1;
361 pDesc->Gen.u1Present = 1;
377 pDesc->Gen.u1Present = 1;
396 pDesc->Gen.u1Present = 1;
415 pDesc->Gen.u1Present = 1;
890 if (!pGDTECur->Gen.u1Present)
932 if (pGDTE->Gen.u1Present)
1126 // if (pDesc->Gen.u1Present)
1148 if (pDesc->Gen.u1Present)
1185 pDesc->Gen.u1Present
[all...]
H A DPGMDbg.cpp1222 if (Pde.n.u1Present)
1324 if (Pdpe.n.u1Present)
1426 if (Pml4e.n.u1Present)
1486 if (Pte.n.u1Present)
1539 if (Pde.n.u1Present)
1835 if (Pte.n.u1Present)
1893 if (Pde.n.u1Present)
1996 if (Pdpe.n.u1Present)
2100 if (Pml4e.n.u1Present)
2161 if (Pte.n.u1Present)
[all...]
H A DTRPM.cpp651 if ( pIdte->Gen.u1Present
1213 if (pIdte->Gen.u1Present)
1370 if ( GuestIdte.Gen.u1Present
1396 if ( GuestIdte.Gen.u1Present
1456 if (pIDTE->Gen.u1Present)
H A DDBGFMem.cpp426 pSelInfo->u.Raw64.Gen.u1Present = 1;
500 if (pSelInfo->u.Raw.Gen.u1Present)
H A DPGMPool.cpp658 if ( pShwPD->a[i].n.u1Present
679 if ( pShwPD->a[i].n.u1Present
914 if (uShw.pPT->a[iShw].n.u1Present)
934 if (uShw.pPTEpt->a[iShw].n.u1Present)
H A DCPUM.cpp861 pCtx->cs.Attr.n.u1Present = 1;
867 pCtx->ds.Attr.n.u1Present = 1;
873 pCtx->es.Attr.n.u1Present = 1;
879 pCtx->fs.Attr.n.u1Present = 1;
885 pCtx->gs.Attr.n.u1Present = 1;
890 pCtx->ss.Attr.n.u1Present = 1;
899 pCtx->ldtr.Attr.n.u1Present = 1;
904 pCtx->tr.Attr.n.u1Present = 1;
/vbox/include/VBox/vmm/
H A Dhm_vmx.h475 uint64_t u1Present : 1; member in struct:EPTPML4EBITS
537 uint64_t u1Present : 1; member in struct:EPTPDPTEBITS
600 uint64_t u1Present : 1; member in struct:EPTPDEBITS
631 uint64_t u1Present : 1; member in struct:EPTPDE2MBITS
703 uint64_t u1Present : 1; member in struct:EPTPTEBITS
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1727 const char *pszPresent = pDesc->Gen.u1Present ? "P " : "NP";
1874 const char *pszPresent = pDesc->Gen.u1Present ? "P " : "NP";
2090 || SelInfo.u.Raw.Gen.u1Present)
2214 if (fAll || fSingle || u.Prot.Gen.u1Present)
2218 if (fAll || fSingle || u.Long.Gen.u1Present)
2639 if (!Pml4e.n.u1Present)
2653 if (!Pdpe.n.u1Present)
2706 Pde.b.u1Present ? "p " : "np",
2724 Pde.n.u1Present ? "p " : "np",
2985 if (!Pml4e.n.u1Present)
[all...]

Completed in 188 milliseconds

12