Lines Matching defs:ops
6448 const struct read_write_emulator_ops *ops)
6452 bool write = ops->write;
6473 if (!ret && ops->read_write_emulate(vcpu, gpa, val, bytes))
6479 handled = ops->read_write_mmio(vcpu, gpa, bytes, val);
6499 const struct read_write_emulator_ops *ops)
6505 if (ops->read_write_prepare &&
6506 ops->read_write_prepare(vcpu, val, bytes))
6517 vcpu, ops);
6529 vcpu, ops);
6542 vcpu->run->mmio.is_write = vcpu->mmio_is_write = ops->write;
6546 return ops->read_write_exit_mmio(vcpu, gpa, val, bytes);
7190 ctxt->ops = &emulate_ops;
8142 struct kvm_x86_init_ops *ops = opaque;
8151 if (!ops->cpu_has_kvm_support()) {
8156 if (ops->disabled_by_bios()) {
8203 if (ops->intel_pt_intr_in_guest && ops->intel_pt_intr_in_guest())
10531 struct kvm_x86_init_ops *ops = opaque;
10539 r = ops->hardware_setup();
10543 memcpy(&kvm_x86_ops, ops->runtime_ops, sizeof(kvm_x86_ops));
10578 struct kvm_x86_init_ops *ops = opaque;
10586 return ops->check_processor_compatibility();