Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/mm/book3s32/
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()
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_mmu_context.c172 u64 pmd_end = (pgd_index + 1) * (u64)IVPU_MMU_PMD_MAP_SIZE; in ivpu_mmu_context_flush_page_tables() local
175 while (vpu_addr < end_addr && vpu_addr < pmd_end) { in ivpu_mmu_context_flush_page_tables()

Completed in 5 milliseconds