Symbol: SPT
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
142
const int type = desc[it->lvl].type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1936
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
262
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
281
if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1]))
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
379
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
386
if (desc->type == SPT)
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
438
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
48
if (desc->type == SPT) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
555
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
578
if (ref && !pgt->refs[desc[it.lvl - 1].type == SPT]) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
91
case SPT: return "SPT";
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c
154
{ SPT, 15, 8, 0x1000, &gf100_vmm_pgt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c
168
{ SPT, 14, 8, 0x1000, &gf100_vmm_pgt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgh100.c
213
{ SPT, 9, 8, 0x1000, &gh100_vmm_desc_spt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk104.c
41
{ SPT, 15, 8, 0x1000, &gf100_vmm_pgt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk104.c
55
{ SPT, 14, 8, 0x1000, &gf100_vmm_pgt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c
69
{ SPT, 15, 8, 0x1000, &gm200_vmm_spt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c
83
{ SPT, 14, 8, 0x1000, &gm200_vmm_spt },
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c
414
{ SPT, 9, 8, 0x1000, &gp100_vmm_desc_spt },