Lines Matching full:emulated
58 * The emulator assumes that an instruction accesses only one 'emulated memory'
61 * stack operations are assumed never to access emulated memory. The emulator
63 * emulated memory, and assumes that the other operand accesses normal memory.
66 * 1. The emulator isn't very smart about emulated vs. standard memory.
67 * 'Emulated memory' access addresses should be checked for sanity.
113 * read_std: Read bytes of standard (non-emulated/special) memory.
126 * write_std: Write bytes of standard (non-emulated/special) memory.
137 * fetch: Read bytes of standard (non-emulated/special) memory.
148 * read_emulated: Read bytes from emulated/special memory area.
158 * write_emulated: Write bytes to emulated/special memory area.
171 * emulated/special memory area.
314 /* Emulated execution mode, represented by an X86EMUL_MODE value. */