Lines Matching full:emulator
5 * Generic x86 (32-bit and 64-bit) instruction decoder and emulator.
57 * These operations represent the instruction emulator's interface to memory.
62 * The emulator assumes that an instruction accesses only one 'emulated memory'
65 * stack operations are assumed never to access emulated memory. The emulator
70 * 1. The emulator isn't very smart about emulated vs. standard memory.
73 * detect and handle reentrancy into the emulator via recursive faults.
77 * some out-of-band mechanism, unknown to the emulator. The memop signals
78 * failure by returning X86EMUL_PROPAGATE_FAULT to the emulator, which will
82 * 4. The emulator cannot handle 64-bit mode emulation on an x86/32 system.
291 /* Execution mode, passed to the emulator. */
309 * The emulator's _regs array tracks only the GPRs, i.e. excludes RIP. RIP is