Searched refs:VERR_PGM_PHYS_TLB_CATCH_ALL (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/
H A Derr.h493 #define VERR_PGM_PHYS_TLB_CATCH_ALL (-1634) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp4038 * @retval VERR_PGM_PHYS_TLB_CATCH_ALL if the page has a handler catching all
4070 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
4079 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
4156 * @retval VERR_PGM_PHYS_TLB_CATCH_ALL if the page has a handler catching all
4183 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
4192 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
H A DIEMAll.cpp6301 return VERR_PGM_PHYS_TLB_CATCH_ALL;
6306 return VERR_PGM_PHYS_TLB_CATCH_ALL;
6309 return VERR_PGM_PHYS_TLB_CATCH_ALL;
6676 && rcMap != VERR_PGM_PHYS_TLB_CATCH_ALL
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4674 * @retval VERR_PGM_PHYS_TLB_CATCH_ALL if the page has a handler catching all
4703 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
4717 rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
/vbox/src/recompiler/
H A DVBoxRecompiler.c1791 || rc == VERR_PGM_PHYS_TLB_CATCH_ALL

Completed in 3289 milliseconds