Lines Matching refs:SPT
48 if (desc->type == SPT) { in nvkm_vmm_pt_new()
90 case SPT: return "SPT"; in nvkm_vmm_desc_type()
141 const int type = desc[it->lvl].type == SPT; in nvkm_vmm_unref_pdes()
261 const int type = desc->type == SPT; in nvkm_vmm_unref_ptes()
280 if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1])) in nvkm_vmm_unref_ptes()
367 const int type = desc->type == SPT; in nvkm_vmm_ref_ptes()
374 if (desc->type == SPT) in nvkm_vmm_ref_ptes()
416 const int type = desc->type == SPT; in nvkm_vmm_ref_hwpt()
533 const int type = desc->type == SPT; in nvkm_vmm_iter()
556 if (ref && !pgt->refs[desc[it.lvl - 1].type == SPT]) { in nvkm_vmm_iter()
1804 const int type = desc->type == SPT; in nvkm_vmm_boot_ptes()