Searched refs:VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | GIM.cpp | 520 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS; 529 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
|
H A D | PGMSharedPage.cpp | 297 rc = VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInline.h | 52 * @returns NULL on a VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS condition. 92 * @returns NULL on a VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS condition. 116 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if the address isn't valid. 142 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if the address isn't valid. 174 * @returns NULL on a VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS condition. 447 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 475 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 627 AssertMsg(rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\n", rc)); 679 AssertMsg(RT_SUCCESS(rc) || rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\n", rc)); NOREF(rc); local 740 AssertMsg(rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, (" 844 AssertMsg(RT_SUCCESS(rc) || rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\\n", rc)); NOREF(rc); local 913 AssertMsg(RT_SUCCESS(rc) || rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\\n", rc)); local [all...] |
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPhys.cpp | 290 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS; 323 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS; 379 * @returns VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid 1224 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1240 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS; 1252 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1309 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1438 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1502 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS if it's not a valid physical address. 1561 * @retval VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS i [all...] |
H A D | PGMAllGst.h | 50 AssertMsg(rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\n", rc)); NOREF(rc); NOREF(pVCpu);
|
H A D | PGMAll.cpp | 2588 rc = VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
|
/vbox/include/VBox/ |
H A D | err.h | 414 #define VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (-1605) macro 490 /** The page is unassigned (akin to VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS). */
|
Completed in 83 milliseconds