Searched refs:cvma (Results 1 – 1 of 1) sorted by relevance
126 struct vm_area_struct cvma; in ttm_bo_vm_fault() local228 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()