Lines Matching refs:big
35 int big = vma->node->type != vm->spg_shift; in nouveau_vm_map_at() local
49 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_map_at()
83 int big = vma->node->type != vm->spg_shift; in nouveau_vm_map_sg() local
93 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_map_sg()
118 int big = vma->node->type != vm->spg_shift; in nouveau_vm_unmap_at() local
128 struct nouveau_gpuobj *pgt = vm->pgt[pde].obj[big]; in nouveau_vm_unmap_at()
155 nouveau_vm_unmap_pgt(struct nouveau_vm *vm, int big, u32 fpde, u32 lpde) in nouveau_vm_unmap_pgt() argument
164 if (--vpgt->refcount[big]) in nouveau_vm_unmap_pgt()
167 pgt = vpgt->obj[big]; in nouveau_vm_unmap_pgt()
168 vpgt->obj[big] = NULL; in nouveau_vm_unmap_pgt()
186 int big = (type != vm->spg_shift); in nouveau_vm_map_pgt() local
201 if (unlikely(vpgt->refcount[big]++)) { in nouveau_vm_map_pgt()
208 vpgt->obj[big] = pgt; in nouveau_vm_map_pgt()
236 int big = (vma->node->type != vm->spg_shift); in nouveau_vm_get() local
238 if (likely(vpgt->refcount[big])) { in nouveau_vm_get()
239 vpgt->refcount[big]++; in nouveau_vm_get()
246 nouveau_vm_unmap_pgt(vm, big, fpde, pde - 1); in nouveau_vm_get()