Searched refs:read_write_mmio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 7588 int (*read_write_mmio)(struct kvm_vcpu *vcpu, gpa_t gpa, member 7644 .read_write_mmio = vcpu_mmio_read, 7650 .read_write_mmio = write_mmio, 7690 handled = ops->read_write_mmio(vcpu, gpa, bytes, val); in emulator_read_write_onepage() 13498 handled = write_emultor.read_write_mmio(vcpu, gpa, bytes, data); in kvm_sev_es_mmio_write() 13537 handled = read_emultor.read_write_mmio(vcpu, gpa, bytes, data); in kvm_sev_es_mmio_read()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 6377 int (*read_write_mmio)(struct kvm_vcpu *vcpu, gpa_t gpa, member 6433 .read_write_mmio = vcpu_mmio_read, 6439 .read_write_mmio = write_mmio, 6479 handled = ops->read_write_mmio(vcpu, gpa, bytes, val); in emulator_read_write_onepage()
|
Completed in 30 milliseconds