Searched refs:enmKind (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DREMAll.cpp113 pFree->enmKind = pRec->enmKind;
143 Rec.enmKind = REMHANDLERNOTIFICATIONKIND_PHYSICAL_REGISTER;
165 Rec.enmKind = REMHANDLERNOTIFICATIONKIND_PHYSICAL_DEREGISTER;
189 Rec.enmKind = REMHANDLERNOTIFICATIONKIND_PHYSICAL_MODIFY;
H A DPGMAllPool.cpp47 DECLINLINE(unsigned) pgmPoolTrackGetShadowEntrySize(PGMPOOLKIND enmKind); variable
48 DECLINLINE(unsigned) pgmPoolTrackGetGuestEntrySize(PGMPOOLKIND enmKind); variable
57 static const char *pgmPoolPoolKindToStr(uint8_t enmKind);
75 * @param enmKind The page kind.
77 DECLINLINE(bool) pgmPoolIsBigPage(PGMPOOLKIND enmKind) argument
79 switch (enmKind)
101 LogFlow(("pgmPoolMonitorChainFlush: Flush page %RGp type=%d\n", pPage->GCPhys, pPage->enmKind));
201 LogFlow(("pgmPoolMonitorChainChanging: page idx=%d phys=%RGp (next=%d) kind=%s\n", pPage->idx, pPage->GCPhys, pPage->iMonitoredNext, pgmPoolPoolKindToStr(pPage->enmKind), cbWrite));
204 switch (pPage->enmKind)
264 LogFlow(("pgmPoolMonitorChainChanging PAE for 32 bits: iGst=%x iShw=%x idx = %d page idx=%d\n", iGst, iShw, iShwPdpt, pPage->enmKind
[all...]
H A DPGMAll.cpp996 PGMPOOLKIND enmKind; local
1002 enmKind = PGMPOOLKIND_PAE_PD_PHYS;
1016 enmKind = PGMPOOLKIND_PAE_PD_PHYS;
1022 enmKind = PGMPOOLKIND_PAE_PD_FOR_PAE_PD;
1028 enmKind = (PGMPOOLKIND)(PGMPOOLKIND_PAE_PD0_FOR_32BIT_PD + iPdPt);
1033 rc = pgmPoolAlloc(pVM, GCPdPt, enmKind, PGMPOOLACCESS_DONTCARE, PGM_A20_IS_ENABLED(pVCpu),
1130 PGMPOOLKIND enmKind; local
1138 enmKind = PGMPOOLKIND_64BIT_PDPT_FOR_PHYS;
1143 enmKind = PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT;
1147 rc = pgmPoolAlloc(pVM, GCPml4, enmKind, PGMPOOLACCESS_DONTCAR
1171 PGMPOOLKIND enmKind; local
[all...]
H A DPGMAllMap.cpp613 AssertMsg(pPoolPagePd->cLocked, (".idx=%d .type=%d\n", pPoolPagePd->idx, pPoolPagePd->enmKind));
H A DPGMAllBth.h1404 && pShwPage->enmKind == BTH_PGMPOOLKIND_PT_FOR_BIG)
4060 if ( pPoolPage->enmKind
4064 pPoolPage->enmKind, GCPtr, (uint64_t)PdeSrc.u));
4724 Assert(pOldShwPageCR3->enmKind != PGMPOOLKIND_FREE);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp130 SUPHARDNTVPKIND enmKind; member in struct:SUPHNTVPSTATE
454 if ( pThis->enmKind == SUPHARDNTVPKIND_CHILD_PURIFICATION
455 || pThis->enmKind == SUPHARDNTVPKIND_SELF_PURIFICATION)
494 if ( pThis->enmKind == SUPHARDNTVPKIND_CHILD_PURIFICATION
495 || pThis->enmKind == SUPHARDNTVPKIND_SELF_PURIFICATION)
814 if (pThis->enmKind == SUPHARDNTVPKIND_CHILD_PURIFICATION)
840 if (pThis->enmKind == SUPHARDNTVPKIND_VERIFY_ONLY)
893 * - Check section bits according to enmKind.
927 if ( pThis->enmKind != SUPHARDNTVPKIND_VERIFY_ONLY
928 && pThis->enmKind !
2531 supHardenedWinVerifyProcess(HANDLE hProcess, HANDLE hThread, SUPHARDNTVPKIND enmKind, uint32_t fFlags, uint32_t *pcFixes, PRTERRINFO pErrInfo) argument
[all...]
H A DSUPHardenedVerify-win.h74 DECLHIDDEN(int) supHardenedWinVerifyProcess(HANDLE hProcess, HANDLE hThread, SUPHARDNTVPKIND enmKind, uint32_t fFlags,
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp290 pPool->aPages[NIL_PGMPOOL_IDX].enmKind = PGMPOOLKIND_INVALID;
475 pPage->enmKind = PGMPOOLKIND_FREE;
510 && pPage->enmKind != PGMPOOLKIND_FREE)
540 GCPhys, pPage, pPage->Core.Key, pPage->idx, pPage->GCPhys, pPage->enmKind));
560 Assert(pPage->enmKind != PGMPOOLKIND_FREE);
566 pPage, pPage->Core.Key, pPage->idx, pPage->GCPhys, pPage->enmKind));
646 switch (pPage->enmKind)
710 switch (pPage->enmKind)
904 switch (pPage->enmKind)
968 if (pPage->enmKind
[all...]
H A DPGMBth.h148 Assert(pVCpu->pgm.s.pShwPageCR3R3->enmKind != PGMPOOLKIND_FREE);
/vbox/include/VBox/ExtPack/
H A DExtPack.h116 * @param enmKind The kind of module to locate.
123 VBOXEXTPACKMODKIND enmKind,
/vbox/src/VBox/VMM/include/
H A DREMInternal.h72 REMHANDLERNOTIFICATIONKIND enmKind; member in struct:REMHANDLERNOTIFICATION
H A DPGMInline.h1468 LogFlow(("pgmPoolIsPageLocked found root page %d\n", pPage->enmKind));
H A DPGMInternal.h2175 uint8_t enmKind; member in struct:PGMPOOLPAGE
2178 /** This supplements enmKind and enmAccess */
2505 AssertReleaseMsg(RT_VALID_PTR(a_pPage->pvPageR3), ("enmKind=%d idx=%#x HCPhys=%RHp GCPhys=%RGp caller=%s\n", a_pPage->enmKind, a_pPage->idx, a_pPage->Core.Key, a_pPage->GCPhys, pszCaller));
4089 int pgmPoolAlloc(PVM pVM, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, PGMPOOLACCESS enmAccess, bool fA20Enabled,
/vbox/src/bldprogs/
H A DVBoxCPP.cpp262 VBCPPEXPRKIND enmKind; member in struct:VBCPPEXPR
381 VBCPPCONDKIND enmKind; member in struct:VBCPPCOND
3179 * @param enmKind The kind of conditional.
3185 VBCPPCONDKIND enmKind, VBCPPEVAL enmResult,
3199 pCond->enmKind = enmKind;
3221 switch (enmKind)
3251 switch (pExpr->enmKind)
3345 && ( pCur->enmKind != kVBCppExprKind_Unary
3348 switch (pCur->enmKind)
3184 vbcppCondPush(PVBCPP pThis, PSCMSTREAM pStrmInput, size_t offStart, VBCPPCONDKIND enmKind, VBCPPEVAL enmResult, const char *pchCondition, size_t cchCondition) argument
4444 vbcppDirectiveIfOrElif(PVBCPP pThis, PSCMSTREAM pStrmInput, size_t offStart, VBCPPCONDKIND enmKind) argument
[all...]
/vbox/src/VBox/Main/include/
H A DExtPackManagerImpl.h133 VBOXEXTPACKMODKIND enmKind, char *pszFound, size_t cbFound, bool *pfNative);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1469 ExtPack::i_hlpFindModule(PCVBOXEXTPACKHLP pHlp, const char *pszName, const char *pszExt, VBOXEXTPACKMODKIND enmKind, argument
1479 AssertReturn(enmKind > VBOXEXTPACKMODKIND_INVALID && enmKind < VBOXEXTPACKMODKIND_END, VERR_INVALID_PARAMETER);
1492 if (pThis->i_findModule(pszName, pszExt, enmKind, &strFound, pfNative, NULL))
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h850 GEN_CHECK_OFF(PGMPOOLPAGE, enmKind);
958 GEN_CHECK_OFF(REMHANDLERNOTIFICATION, enmKind);
/vbox/src/recompiler/
H A DVBoxRecompiler.c3088 switch (pCur->enmKind)
3118 AssertReleaseMsgFailed(("enmKind=%d\n", pCur->enmKind));

Completed in 172 milliseconds