Lines Matching defs:REM
3 * 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
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. */
167 * These instructions are replayed when entering REM. */
171 * These are replayed when entering REM. */
200 /** REM critical section.
228 } REM;
230 /** Pointer to the REM Data. */
231 typedef REM *PREM;