Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dprivcmd.c468 static const struct vm_operations_struct privcmd_vm_ops; variable
531 vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_batch()
786 if (!vma || vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_resource()
1632 static const struct vm_operations_struct privcmd_vm_ops = { variable
1643 vma->vm_ops = &privcmd_vm_ops; in privcmd_mmap()