HomeSort by: relevance | last modified time | path
    Searched refs:mapref (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_uvmm.c 202 (vma->refd == NVKM_VMA_PAGE_NONE && !vma->mapref)) {
205 !!vma->memory, vma->refd, vma->mapref,
283 bool getref, mapref, sparse; local in function:nvkm_uvmm_mthd_get
289 mapref = args->v0.type == NVIF_VMM_GET_V0_ADDR;
298 ret = nvkm_vmm_get_locked(vmm, getref, mapref, sparse,
nouveau_nvkm_subdev_mmu_vmm.c 778 new->mapref = vma->mapref;
1067 vma->mapref ? 'R' : '-',
1151 vma->mapref = true;
1390 if (!vma->mapref || vma->memory) {
1487 if (vma->mapref) {
1682 if (vma->mapref || !vma->sparse) {
1723 if (vma->sparse && !vma->mapref) {
1770 nvkm_vmm_get_locked(struct nvkm_vmm *vmm, bool getref, bool mapref, bool sparse,
1781 VMM_TRACE(vmm, "getref %d mapref %d sparse %d
    [all...]
vmm.h 174 int nvkm_vmm_get_locked(struct nvkm_vmm *, bool getref, bool mapref,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 13 bool mapref:1; /* PTs (de)referenced on (un)map (vs pre-allocated). */ member in struct:nvkm_vma

Completed in 14 milliseconds