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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp377 * @returns VERR_PGM_PHYS_PAGE_RESERVED it it's a valid GC physical
877 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
904 return VERR_PGM_PHYS_PAGE_RESERVED;
1000 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1136 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1171 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1200 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1308 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1437 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical backing.
1501 * @retval VERR_PGM_PHYS_PAGE_RESERVED i
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp477 if (rc != VERR_PGM_PHYS_PAGE_RESERVED)
H A DPGMPhys.cpp385 rc = VERR_PGM_PHYS_PAGE_RESERVED;
398 /** @todo r=bird: return VERR_PGM_PHYS_PAGE_RESERVED here if it still has
420 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical
454 rc = VERR_PGM_PHYS_PAGE_RESERVED;
527 * @retval VERR_PGM_PHYS_PAGE_RESERVED it it's a valid page but has no physical
557 rc = VERR_PGM_PHYS_PAGE_RESERVED;
560 rc = VERR_PGM_PHYS_PAGE_RESERVED;
H A DCSAM.cpp1659 || rc == VERR_PGM_PHYS_PAGE_RESERVED
/vbox/include/VBox/
H A Derr.h446 #define VERR_PGM_PHYS_PAGE_RESERVED (-1618) macro

Completed in 3156 milliseconds