Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.c8126 int (*read_write_mmio)(struct kvm_vcpu *vcpu, gpa_t gpa, member
8195 handled = ops->read_write_mmio(vcpu, gpa, bytes, val); in emulator_read_write_onepage()
8311 .read_write_mmio = vcpu_mmio_read, in emulator_read_emulated()
8326 .read_write_mmio = vcpu_mmio_write, in emulator_write_emulated()