Searched refs:emulator_read_write (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 8224 static int emulator_read_write(struct x86_emulate_ctxt *ctxt, in emulator_read_write() function 8315 return emulator_read_write(ctxt, addr, val, bytes, exception, &ops); in emulator_read_emulated() 8330 return emulator_read_write(ctxt, addr, (void *)val, bytes, exception, &ops); in emulator_write_emulated()
|