Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.c5023 struct kvm_xen_hvm_config xhc; in kvm_arch_vm_ioctl() local
5025 if (copy_from_user(&xhc, argp, sizeof(xhc))) in kvm_arch_vm_ioctl()
5028 if (xhc.flags) in kvm_arch_vm_ioctl()
5030 memcpy(&kvm->arch.xen_hvm_config, &xhc, sizeof(xhc)); in kvm_arch_vm_ioctl()