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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp3398 Assert(PGMPOOL_TD_GET_CREFS(PGM_PAGE_GET_TRACKING(pPhysPage)) == 1);
3546 if (PGMPOOL_TD_GET_CREFS(u16) != PGMPOOL_TD_CREFS_PHYSEXT)
3548 Assert(PGMPOOL_TD_GET_CREFS(u16) == 1);
4078 if (PGMPOOL_TD_GET_CREFS(u16) != PGMPOOL_TD_CREFS_PHYSEXT)
4083 Assert(PGMPOOL_TD_GET_CREFS(u16) == 1);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2575 /** @def PGMPOOL_TD_GET_CREFS
2582 #define PGMPOOL_TD_GET_CREFS(u16) ( ((u16) >> PGMPOOL_TD_CREFS_SHIFT) & PGMPOOL_TD_CREFS_MASK ) macro

Completed in 1413 milliseconds