Home
last modified time | relevance | path

Searched refs:lpte (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dio_pgtable.c236 u64 *lpte; in alloc_pte() local
238 lpte = first_pte_l7(pte, NULL, &count); in alloc_pte()
245 cmpxchg64(&lpte[i], __pte, 0ULL); in alloc_pte()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c45 u32 lpte = 0; in nvkm_vmm_pt_new() local
50 lpte = pten >> (desc->bits - pair->bits); in nvkm_vmm_pt_new()
52 lpte = pten; in nvkm_vmm_pt_new()
56 if (!(pgt = kzalloc(sizeof(*pgt) + lpte, GFP_KERNEL))) in nvkm_vmm_pt_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c45 u32 lpte = 0; in nvkm_vmm_pt_new() local
50 lpte = pten >> (desc->bits - pair->bits); in nvkm_vmm_pt_new()
52 lpte = pten; in nvkm_vmm_pt_new()
56 if (!(pgt = kzalloc(sizeof(*pgt) + lpte, GFP_KERNEL))) in nvkm_vmm_pt_new()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu.c1598 u64 *lpte; in alloc_pte() local
1600 lpte = first_pte_l7(pte, NULL, &count); in alloc_pte()
1607 cmpxchg64(&lpte[i], __pte, 0ULL); in alloc_pte()

Completed in 11 milliseconds