Searched refs:read_write_emulate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 6375 int (*read_write_emulate)(struct kvm_vcpu *vcpu, gpa_t gpa, member 6432 .read_write_emulate = read_emulate, 6438 .read_write_emulate = write_emulate, 6473 if (!ret && ops->read_write_emulate(vcpu, gpa, val, bytes)) in emulator_read_write_onepage()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 7586 int (*read_write_emulate)(struct kvm_vcpu *vcpu, gpa_t gpa, member 7643 .read_write_emulate = read_emulate, 7649 .read_write_emulate = write_emulate, 7684 if (!ret && ops->read_write_emulate(vcpu, gpa, val, bytes)) in emulator_read_write_onepage()
|
Completed in 34 milliseconds