Searched defs:pten (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv44.c | 79 const u32 pten = min(ptes, 4 - (ptei & 3)); in nv44_vmm_pgt_pte() local 118 const u32 pten = min(ptes, 4 - (ptei & 3)); in nv44_vmm_pgt_dma() local 152 const u32 pten = min(ptes, 4 - (ptei & 3)); nv44_vmm_pgt_unmap() local [all...] |
H A D | vmmnv50.c | 36 u32 pten; in nv50_vmm_pgt_pte() local
|
H A D | vmm.c | 43 const u32 pten = 1 << desc->bits; in nvkm_vmm_pt_new() local 210 const u32 pten = min(sptn - spti, ptes); in nvkm_vmm_unref_sptes() local 309 const u32 pten = min(sptn - spti, ptes); in nvkm_vmm_ref_sptes() local 422 u32 pten = 1 << desc->bits; nvkm_vmm_ref_hwpt() local 534 const u32 pten = 1 << desc->bits; nvkm_vmm_iter() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv44.c | 79 const u32 pten = min(ptes, 4 - (ptei & 3)); in nv44_vmm_pgt_pte() local 118 const u32 pten = min(ptes, 4 - (ptei & 3)); in nv44_vmm_pgt_dma() local 152 const u32 pten = min(ptes, 4 - (ptei & 3)); nv44_vmm_pgt_unmap() local [all...] |
H A D | vmmnv50.c | 36 u32 pten; in nv50_vmm_pgt_pte() local
|
H A D | vmm.c | 43 const u32 pten = 1 << desc->bits; in nvkm_vmm_pt_new() local 210 const u32 pten = min(sptn - spti, ptes); in nvkm_vmm_unref_sptes() local 309 const u32 pten = min(sptn - spti, ptes); in nvkm_vmm_ref_sptes() local 422 u32 pten = 1 << desc->bits; nvkm_vmm_ref_hwpt() local 534 const u32 pten = 1 << desc->bits; nvkm_vmm_iter() local [all...] |
Completed in 5 milliseconds