Searched refs:read_emulated (Results 1 – 3 of 3) sorted by relevance
| /arch/x86/kvm/ |
| A D | kvm_emulate.h | 161 int (*read_emulated)(struct x86_emulate_ctxt *ctxt, member
|
| A D | emulate.c | 1360 static int read_emulated(struct x86_emulate_ctxt *ctxt, in read_emulated() function 1372 rc = ctxt->ops->read_emulated(ctxt, addr, mc->data + mc->end, size, in read_emulated() 1396 return read_emulated(ctxt, linear, data, size); in segmented_read()
|
| A D | x86.c | 8527 .read_emulated = emulator_read_emulated,
|
Completed in 35 milliseconds