Lines Matching full:emulated
59 * The emulator assumes that an instruction accesses only one 'emulated memory'
62 * stack operations are assumed never to access emulated memory. The emulator
64 * emulated memory, and assumes that the other operand accesses normal memory.
67 * 1. The emulator isn't very smart about emulated vs. standard memory.
68 * 'Emulated memory' access addresses should be checked for sanity.
114 * read_std: Read bytes of standard (non-emulated/special) memory.
127 * write_std: Write bytes of standard (non-emulated/special) memory.
138 * fetch: Read bytes of standard (non-emulated/special) memory.
149 * read_emulated: Read bytes from emulated/special memory area.
159 * write_emulated: Write bytes to emulated/special memory area.
172 * emulated/special memory area.
316 /* Emulated execution mode, represented by an X86EMUL_MODE value. */