Home
last modified time | relevance | path

Searched refs:emulator_read_std (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h592 int emulator_read_std(unsigned long addr,
/arch/x86/kvm/
Dx86.c1963 int emulator_read_std(unsigned long addr, in emulator_read_std() function
1994 EXPORT_SYMBOL_GPL(emulator_read_std);
2016 if (emulator_read_std(addr, val, bytes, vcpu) in emulator_read_emulated()
2220 emulator_read_std(rip_linear, (void *)opcodes, 4, vcpu); in kvm_report_emulation_failure()
2228 .read_std = emulator_read_std,