Searched refs:xhc (Results 1 – 2 of 2) sorted by relevance
28 int kvm_xen_hvm_config(struct kvm *kvm, struct kvm_xen_hvm_config *xhc);
7214 struct kvm_xen_hvm_config xhc; in kvm_arch_vm_ioctl() local7216 if (copy_from_user(&xhc, argp, sizeof(xhc))) in kvm_arch_vm_ioctl()7218 r = kvm_xen_hvm_config(kvm, &xhc); in kvm_arch_vm_ioctl()