Home
last modified time | relevance | path

Searched refs:lpte (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/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()