read_write_emulate 5624 arch/x86/kvm/x86.c 	int (*read_write_emulate)(struct kvm_vcpu *vcpu, gpa_t gpa,
read_write_emulate 5681 arch/x86/kvm/x86.c 	.read_write_emulate = read_emulate,
read_write_emulate 5687 arch/x86/kvm/x86.c 	.read_write_emulate = write_emulate,
read_write_emulate 5723 arch/x86/kvm/x86.c 	if (!ret && ops->read_write_emulate(vcpu, gpa, val, bytes))