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

/linux-master/drivers/xen/
H A Dprivcmd.c448 static const struct vm_operations_struct privcmd_vm_ops; variable in typeref:struct:vm_operations_struct
511 vma->vm_ops != &privcmd_vm_ops) {
766 if (!vma || vma->vm_ops != &privcmd_vm_ops) {
1589 static const struct vm_operations_struct privcmd_vm_ops = { variable in typeref:struct:vm_operations_struct
1600 vma->vm_ops = &privcmd_vm_ops;

Completed in 183 milliseconds