/vbox/src/VBox/VMM/include/ |
H A D | REMInternal.h | 72 REMHANDLERNOTIFICATIONKIND enmKind; member in struct:REMHANDLERNOTIFICATION
|
H A D | PGMInternal.h | 2175 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/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 47 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 D | PGMAll.cpp | 996 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...] |
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyProcess-win.cpp | 130 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...] |
/vbox/src/VBox/Main/src-all/ |
H A D | ExtPackManagerImpl.cpp | 1469 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/bldprogs/ |
H A D | VBoxCPP.cpp | 262 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...] |