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

/vbox/src/VBox/VMM/include/
H A DMMInternal.h414 #define MMHYPERCHUNK_FLAGS_USED 0x1 macro
423 #define MMHYPERCHUNK_ISUSED(pChunk) ( (((pChunk)->offPrev) & MMHYPERCHUNK_FLAGS_TYPE_MASK) == MMHYPERCHUNK_FLAGS_USED )

Completed in 34 milliseconds