nouveau_nvkm_subdev_mmu_vmm.c | 52 u32 lpte = 0; local in function:nvkm_vmm_pt_new 57 lpte = pten >> (desc->bits - pair->bits); 59 lpte = pten; 63 if (!(pgt = kzalloc(sizeof(*pgt) + lpte, GFP_KERNEL))) 213 /* Determine how many SPTEs are being touched under each LPTE, 250 TRA(it, "LPTE %05x: U -> S %d PTEs", pteb, ptes); 254 /* If the MMU supports it, restore the LPTE to the 258 TRA(it, "LPTE %05x: U -> I %d PTEs", pteb, ptes); 312 /* Determine how many SPTEs are being touched under each LPTE, 351 /* The entire LPTE is marked as sparse, we nee [all...] |