Searched refs:read_write_mmio (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 8115 int (*read_write_mmio)(struct kvm_vcpu *vcpu, gpa_t gpa, member 8171 .read_write_mmio = vcpu_mmio_read, 8177 .read_write_mmio = write_mmio, 8217 handled = ops->read_write_mmio(vcpu, gpa, bytes, val); in emulator_read_write_onepage() 14295 handled = write_emultor.read_write_mmio(vcpu, gpa, bytes, data); in kvm_sev_es_mmio_write() 14334 handled = read_emultor.read_write_mmio(vcpu, gpa, bytes, data); in kvm_sev_es_mmio_read()
|