Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_vm.c102 struct vm_area_struct cvma; in ttm_bo_vm_fault() local
192 cvma = *vma; in ttm_bo_vm_fault()
193 cvma.vm_page_prot = vm_get_page_prot(cvma.vm_flags); in ttm_bo_vm_fault()
196 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
197 cvma.vm_page_prot); in ttm_bo_vm_fault()
200 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
201 cvma.vm_page_prot); in ttm_bo_vm_fault()
232 ret = vm_insert_mixed(&cvma, address, pfn); in ttm_bo_vm_fault()
234 ret = vm_insert_pfn(&cvma, address, pfn); in ttm_bo_vm_fault()