Home
last modified time | relevance | path

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

/openbmc/linux/virt/kvm/
H A Dkvm_main.c3891 static const struct file_operations kvm_vcpu_fops = { variable
3907 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()