Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c1008 static const struct vm_operations_struct *ttm_vm_ops = NULL; variable
1022 r = ttm_vm_ops->fault(vmf); in radeon_ttm_fault()
1046 if (unlikely(ttm_vm_ops == NULL)) { in radeon_mmap()
1047 ttm_vm_ops = vma->vm_ops; in radeon_mmap()
1048 radeon_ttm_vm_ops = *ttm_vm_ops; in radeon_mmap()