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