Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_vm.c126 struct vm_area_struct cvma; in ttm_bo_vm_fault() local
228 cvma = *vma; in ttm_bo_vm_fault()
229 cvma.vm_page_prot = vm_get_page_prot(cvma.vm_flags); in ttm_bo_vm_fault()
232 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
233 cvma.vm_page_prot); in ttm_bo_vm_fault()
243 cvma.vm_page_prot = ttm_io_prot(bo->mem.placement, in ttm_bo_vm_fault()
244 cvma.vm_page_prot); in ttm_bo_vm_fault()
260 cvma.vm_page_prot = pgprot_decrypted(cvma.vm_page_prot); in ttm_bo_vm_fault()
276 ret = vmf_insert_mixed(&cvma, address, in ttm_bo_vm_fault()
279 ret = vmf_insert_pfn(&cvma, address, pfn); in ttm_bo_vm_fault()