Searched refs:read_write_prepare (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 6373 int (*read_write_prepare)(struct kvm_vcpu *vcpu, void *val, member 6431 .read_write_prepare = read_prepare, 6505 if (ops->read_write_prepare && in emulator_read_write() 6506 ops->read_write_prepare(vcpu, val, bytes)) in emulator_read_write()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 7584 int (*read_write_prepare)(struct kvm_vcpu *vcpu, void *val, member 7642 .read_write_prepare = read_prepare, 7716 if (ops->read_write_prepare && in emulator_read_write() 7717 ops->read_write_prepare(vcpu, val, bytes)) in emulator_read_write()
|
Completed in 31 milliseconds