Searched refs:VERR_IOM_MMIO_RANGE_NOT_FOUND (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIOMAllMMIO.cpp1773 return VERR_IOM_MMIO_RANGE_NOT_FOUND;
1878 return VERR_IOM_MMIO_RANGE_NOT_FOUND;
2010 return VERR_IOM_MMIO_RANGE_NOT_FOUND;
2459 ("Handlers and page tables are out of sync or something! GCPhys=%RGp\n", GCPhys), VERR_IOM_MMIO_RANGE_NOT_FOUND);
2526 ("Handlers and page tables are out of sync or something! GCPhys=%RGp\n", GCPhys), VERR_IOM_MMIO_RANGE_NOT_FOUND);
2580 ("Handlers and page tables are out of sync or something! GCPhys=%RGp\n", GCPhys), VERR_IOM_MMIO_RANGE_NOT_FOUND);
/vbox/src/VBox/VMM/VMMR3/
H A DIOM.cpp1503 AssertReturnStmt(pRange, IOM_UNLOCK_EXCL(pVM), VERR_IOM_MMIO_RANGE_NOT_FOUND);
1562 AssertReturnStmt(pRange, IOM_UNLOCK_EXCL(pVM), VERR_IOM_MMIO_RANGE_NOT_FOUND);
1620 return VERR_IOM_MMIO_RANGE_NOT_FOUND;
/vbox/include/VBox/
H A Derr.h1080 #define VERR_IOM_MMIO_RANGE_NOT_FOUND (-2609) macro

Completed in 1316 milliseconds