Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dmmu_context_iommu.c223 unsigned int pteshift; in mm_iommu_get() local
226 pte = find_linux_pte(mm->pgd, cur_ua, NULL, &pteshift); in mm_iommu_get()
230 pteshift == compshift + PAGE_SHIFT) in mm_iommu_get()
231 pageshift = max_t(unsigned int, pteshift, in mm_iommu_get()