Searched refs:VERR_PGM_MAPPING_CONFLICT (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Derr.h400 #define VERR_PGM_MAPPING_CONFLICT (-1600) macro
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp96 LogRel(("VERR_PGM_MAPPING_CONFLICT: Address is already in use by %s. req %#x-%#x take %#x-%#x\n",
98 return VERR_PGM_MAPPING_CONFLICT;
117 LogRel(("VERR_PGM_MAPPING_CONFLICT: Address %#x is already in use by an intermediate mapping.\n", GCPtr + (i << PAGE_SHIFT)));
118 return VERR_PGM_MAPPING_CONFLICT;

Completed in 2976 milliseconds