Searched refs:VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DGIM.cpp520 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
529 return VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
H A DPGMSharedPage.cpp297 rc = VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
/vbox/src/VBox/VMM/include/
H A DPGMInline.h52 * @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 DPGMAllPhys.cpp290 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 DPGMAllGst.h50 AssertMsg(rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS, ("%Rrc\n", rc)); NOREF(rc); NOREF(pVCpu);
H A DPGMAll.cpp2588 rc = VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS;
/vbox/include/VBox/
H A Derr.h414 #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