Searched refs:VINF_PGM_HANDLER_DO_DEFAULT (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPhys.cpp | 2103 rc = VINF_PGM_HANDLER_DO_DEFAULT; 2139 AssertLogRelMsg(rc == VINF_SUCCESS || rc == VINF_PGM_HANDLER_DO_DEFAULT, ("rc=%Rrc GCPhys=%RGp\n", rc, GCPhys)); 2178 AssertLogRelMsg(rc2 == VINF_SUCCESS || rc2 == VINF_PGM_HANDLER_DO_DEFAULT, ("rc=%Rrc GCPhys=%RGp pPage=%R[pgmpage] %s\n", rc2, GCPhys, pPage, pVirt->pszDesc)); 2193 if (rc == VINF_PGM_HANDLER_DO_DEFAULT) 2392 if (rc == VINF_PGM_HANDLER_DO_DEFAULT && pvDst) 2398 AssertLogRelMsg(rc == VINF_SUCCESS || rc == VINF_PGM_HANDLER_DO_DEFAULT, ("rc=%Rrc GCPhys=%RGp pPage=%R[pgmpage] %s\n", rc, GCPhys, pPage, (pCur) ? pCur->pszDesc : "")); 2447 rc = VINF_PGM_HANDLER_DO_DEFAULT; 2458 if (rc == VINF_PGM_HANDLER_DO_DEFAULT) 2577 rc = VINF_PGM_HANDLER_DO_DEFAULT; 2614 AssertLogRelMsg(rc == VINF_SUCCESS || rc == VINF_PGM_HANDLER_DO_DEFAULT, ("r [all...] |
/vbox/include/VBox/ |
H A D | err.h | 441 #define VINF_PGM_HANDLER_DO_DEFAULT 1616 macro
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMPool.cpp | 523 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 557 return VINF_PGM_HANDLER_DO_DEFAULT; 607 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | CSAM.cpp | 2149 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 2170 return VINF_PGM_HANDLER_DO_DEFAULT; 2187 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | TRPM.cpp | 1154 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1172 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | SELM.cpp | 1439 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1456 return VINF_PGM_HANDLER_DO_DEFAULT; 1468 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1485 return VINF_PGM_HANDLER_DO_DEFAULT; 1498 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1520 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | PGMPhys.cpp | 3515 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 3545 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | PATM.cpp | 965 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 983 return VINF_PGM_HANDLER_DO_DEFAULT;
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA.cpp | 1851 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1870 return VINF_PGM_HANDLER_DO_DEFAULT; 1883 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 1923 return VINF_PGM_HANDLER_DO_DEFAULT;
|
H A D | DevVGA.cpp | 3523 return VINF_PGM_HANDLER_DO_DEFAULT;
|
Completed in 3875 milliseconds