Searched refs:PGMPOOL_TD_GET_IDX (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 3552 PGMPOOL_TD_GET_IDX(u16)); 3555 pgmPoolTrackFlushGCPhysPTs(pVM, pPhysPage, fFlushPTEs, PGMPOOL_TD_GET_IDX(u16)); 4088 LogFlow(("pgmPoolTrackPhysExtAddref: new extent: %d:{%d, %d}\n", iPhysExt, PGMPOOL_TD_GET_IDX(u16), iShwPT)); 4090 pPhysExt->aidx[0] = PGMPOOL_TD_GET_IDX(u16); 4104 u16 = pgmPoolTrackPhysExtInsert(pVM, PGMPOOL_TD_GET_IDX(u16), iShwPT, iPte);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2584 /** @def PGMPOOL_TD_GET_IDX 2589 #define PGMPOOL_TD_GET_IDX(u16) ( ((u16) >> PGMPOOL_TD_IDX_SHIFT) & PGMPOOL_TD_IDX_MASK ) macro
|
Completed in 1986 milliseconds