Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/
Dprivcmd.c453 static const struct vm_operations_struct privcmd_vm_ops; variable
516 vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_batch()
771 if (!vma || vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_resource()
1633 static const struct vm_operations_struct privcmd_vm_ops = { variable
1644 vma->vm_ops = &privcmd_vm_ops; in privcmd_mmap()