Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dtlb.c53 unsigned long pmd_end; in hash__flush_range() local
63 pmd_end = ((start + PGDIR_SIZE) & PGDIR_MASK) - 1; in hash__flush_range()
64 if (pmd_end > end) in hash__flush_range()
65 pmd_end = end; in hash__flush_range()
67 count = ((pmd_end - start) >> PAGE_SHIFT) + 1; in hash__flush_range()
70 if (pmd_end == end) in hash__flush_range()
72 start = pmd_end + 1; in hash__flush_range()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_mmu_context.c267 u64 pmd_end = (pud_idx + 1) * (u64)IVPU_MMU_PMD_MAP_SIZE; in ivpu_mmu_context_flush_page_tables() local
269 while (vpu_addr < end_addr && vpu_addr < pmd_end) { in ivpu_mmu_context_flush_page_tables()