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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h720 uint64_t u2HandlerVirtStateY : 2; member in struct:PGMPAGE::__anon16959
1153 /** @name Virtual Access Handler State values (PGMPAGE::u2HandlerVirtStateY).
1172 #define PGM_PAGE_GET_HNDL_VIRT_STATE(a_pPage) ( (a_pPage)->s.u2HandlerVirtStateY )
1180 do { (a_pPage)->s.u2HandlerVirtStateY = (a_uState); } while (0)

Completed in 357 milliseconds