Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dprivcmd.c442 static const struct vm_operations_struct privcmd_vm_ops; variable
505 vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_batch()
783 if (!vma || vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_resource()
960 static const struct vm_operations_struct privcmd_vm_ops = { variable
971 vma->vm_ops = &privcmd_vm_ops; in privcmd_mmap()