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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp1052 const uint32_t idChunk = PGM_PAGE_GET_CHUNKID(pPage);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4591 || PGM_PAGE_GET_CHUNKID(pPage) == NIL_GMM_CHUNKID))
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h917 #define PGM_PAGE_GET_CHUNKID(a_pPage) ( PGM_PAGE_GET_PAGEID(a_pPage) >> GMM_CHUNKID_SHIFT ) macro

Completed in 77 milliseconds