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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h708 uint64_t u2HandlerPhysStateY : 2; member in struct:PGMPAGE::__anon16959
1106 /** @name Physical Access Handler State values (PGMPAGE::u2HandlerPhysStateY).
1126 #define PGM_PAGE_GET_HNDL_PHYS_STATE(a_pPage) ( (a_pPage)->s.u2HandlerPhysStateY )
1134 do { (a_pPage)->s.u2HandlerPhysStateY = (a_uState); } while (0)

Completed in 54 milliseconds