Searched refs:read_std (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | kvm_x86_emulate.h | 62 int (*read_std)(unsigned long addr, void *val, member
|
/arch/x86/kvm/ |
D | x86_emulate.c | 590 rc = ops->read_std(linear, fc->data, size, ctxt->vcpu); in do_fetch_insn_byte() 641 rc = ops->read_std((unsigned long)ptr, (unsigned long *)size, 2, in read_descriptor() 645 rc = ops->read_std((unsigned long)ptr + 2, address, op_bytes, in read_descriptor()
|
D | x86.c | 2228 .read_std = emulator_read_std,
|