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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h936 # define PGM_PAGE_GET_TYPE(a_pPage) __extension__ ({ PGM_PAGE_ASSERT_LOCK(pVM); PGM_PAGE_GET_TYPE_NA(a_pPage); }) macro
938 # define PGM_PAGE_GET_TYPE PGM_PAGE_GET_TYPE_NA macro

Completed in 54 milliseconds