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

/vbox/src/VBox/VMM/include/
H A DREMInternal.h3 * REM - Internal header file.
112 * Converts a REM pointer into a VM pointer.
113 * @returns Pointer to the VM structure the REM is part of.
114 * @param pREM Pointer to REM instance data.
120 * REM Data (part of VM)
122 typedef struct REM struct
132 /** In REM mode.
133 * I.e. the correct CPU state and some other bits are with REM. */
141 /** Ignore CR3 load notifications from the REM. */
143 /** Ignore invlpg notifications from the REM
228 } REM; typedef in typeref:struct:REM
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h945 GEN_CHECK_SIZE(REM); variable
946 GEN_CHECK_OFF(REM, pCtx);
947 GEN_CHECK_OFF(REM, cCanExecuteRaw);
948 GEN_CHECK_OFF(REM, aGCPtrInvalidatedPages);
949 GEN_CHECK_OFF(REM, idxPendingList);
950 GEN_CHECK_OFF(REM, aHandlerNotifications);
951 GEN_CHECK_OFF(REM, idxFreeList);
952 GEN_CHECK_OFF(REM, CritSectRegister);
953 GEN_CHECK_OFF(REM, rc);
954 GEN_CHECK_OFF(REM, StatsInQEM
[all...]

Completed in 33 milliseconds