Lines Matching full:emulated
57 * The emulator assumes that an instruction accesses only one 'emulated memory'
60 * stack operations are assumed never to access emulated memory. The emulator
62 * emulated memory, and assumes that the other operand accesses normal memory.
65 * 1. The emulator isn't very smart about emulated vs. standard memory.
66 * 'Emulated memory' access addresses should be checked for sanity.
105 * read_std: Read bytes of standard (non-emulated/special) memory.
118 * read_phys: Read bytes of standard (non-emulated/special) memory.
128 * write_std: Write bytes of standard (non-emulated/special) memory.
139 * fetch: Read bytes of standard (non-emulated/special) memory.
150 * read_emulated: Read bytes from emulated/special memory area.
160 * write_emulated: Write bytes to emulated/special memory area.
173 * emulated/special memory area.
310 /* Emulated execution mode, represented by an X86EMUL_MODE value. */