Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_vm.c126 struct vm_area_struct cvma; in ttm_bo_vm_fault() local
223 cvma = *vma; in ttm_bo_vm_fault()
224 cvma.vm_page_prot = vm_get_page_prot(cvma.vm_flags); in ttm_bo_vm_fault()
227 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
228 cvma.vm_page_prot); in ttm_bo_vm_fault()
238 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
239 cvma.vm_page_prot); in ttm_bo_vm_fault()
255 cvma.vm_page_prot = pgprot_decrypted(cvma.vm_page_prot); in ttm_bo_vm_fault()
271 ret = vmf_insert_mixed(&cvma, address, in ttm_bo_vm_fault()
274 ret = vmf_insert_pfn(&cvma, address, pfn); in ttm_bo_vm_fault()