Symbol: NVKM_VMA_PAGE_NONE
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c
198
(vma->refd == NVKM_VMA_PAGE_NONE && !vma->mapref)) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1034
vma->page != NVKM_VMA_PAGE_NONE ? '0' + vma->page : '-',
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1035
vma->refd != NVKM_VMA_PAGE_NONE ? '0' + vma->refd : '-',
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1280
vma->refd = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1369
tmp->refd = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1440
vma->refd = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1524
if (vma->page == NVKM_VMA_PAGE_NONE &&
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1525
vma->refd == NVKM_VMA_PAGE_NONE) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1538
if (vma->refd != NVKM_VMA_PAGE_NONE)
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1576
if (vma->refd == NVKM_VMA_PAGE_NONE) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1662
if (refd != NVKM_VMA_PAGE_NONE) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1706
vma->page = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1707
vma->refd = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1728
const struct nvkm_vmm_page *page = &vmm->func->page[NVKM_VMA_PAGE_NONE];
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1855
vma->refd = getref ? vma->page : NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
830
vma->page = NVKM_VMA_PAGE_NONE;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
831
vma->refd = NVKM_VMA_PAGE_NONE;