Lines Matching full:emulated
62 * The emulator assumes that an instruction accesses only one 'emulated memory'
65 * stack operations are assumed never to access emulated memory. The emulator
67 * emulated memory, and assumes that the other operand accesses normal memory.
70 * 1. The emulator isn't very smart about emulated vs. standard memory.
71 * 'Emulated memory' access addresses should be checked for sanity.
121 * read_std: Read bytes of standard (non-emulated/special) memory.
134 * write_std: Write bytes of standard (non-emulated/special) memory.
145 * fetch: Read bytes of standard (non-emulated/special) memory.
156 * read_emulated: Read bytes from emulated/special memory area.
166 * write_emulated: Write bytes to emulated/special memory area.
179 * emulated/special memory area.
328 /* Emulated execution mode, represented by an X86EMUL_MODE value. */