Searched defs:GMM_PAGE_PFN_LAST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp348 /** @def GMM_PAGE_PFN_LAST
354 # define GMM_PAGE_PFN_LAST UINT32_C(0xfffffff0) macro
356 # define GMM_PAGE_PFN_LAST UINT32_C(0x00fffff0) macro
358 AssertCompile(GMM_PAGE_PFN_LAST == (GMM_GCPHYS_LAST >> PAGE_SHIFT));

Completed in 54 milliseconds