Home
last modified time | relevance | path

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

/linux-4.4.14/virt/kvm/
Dkvm_main.c2240 static struct file_operations kvm_vcpu_fops = { variable
2255 return anon_inode_getfd("kvm-vcpu", &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()
3587 kvm_vcpu_fops.owner = module; in kvm_init()