Searched refs:LPT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgk104.c48 { LPT, 10, 8, 0x1000, &gk104_vmm_lpt },
62 { LPT, 10, 8, 0x1000, &gk104_vmm_lpt },
H A Dvmmgm200.c76 { LPT, 10, 8, 0x1000, &gm200_vmm_lpt },
90 { LPT, 10, 8, 0x1000, &gm200_vmm_lpt },
H A Dvmmgf100.c161 { LPT, 10, 8, 0x1000, &gf100_vmm_pgt },
175 { LPT, 10, 8, 0x1000, &gf100_vmm_pgt },
H A Dvmm.h94 LPT, enumerator in enum:nvkm_vmm_desc::__anon830
H A Dvmmgp100.c386 { LPT, 5, 8, 0x0100, &gp100_vmm_desc_lpt },
H A Dvmm.c91 case LPT: return "LPT";
215 /* We're done here if there's no corresponding LPT. */
314 /* We're done here if there's no corresponding LPT. */
388 if (desc->type == LPT) {
400 if (it->desc->type == LPT)
440 if (desc->type == LPT && pgt->refs[1]) {
441 /* SPT already exists covering the same range as this LPT,

Completed in 303 milliseconds