Home
last modified time | relevance | path

Searched refs:xhc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dx86.c4581 struct kvm_xen_hvm_config xhc; in kvm_arch_vm_ioctl() local
4583 if (copy_from_user(&xhc, argp, sizeof(xhc))) in kvm_arch_vm_ioctl()
4586 if (xhc.flags) in kvm_arch_vm_ioctl()
4588 memcpy(&kvm->arch.xen_hvm_config, &xhc, sizeof(xhc)); in kvm_arch_vm_ioctl()