Symbol: SPT
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
141
const int type = desc[it->lvl].type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1938
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
264
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
283
if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1]))
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
381
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
388
if (desc->type == SPT)
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
440
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
557
const int type = desc->type == SPT;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
580
if (ref && !pgt->refs[desc[it.lvl - 1].type == SPT]) {
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
90
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 },