Searched refs:pmd_end (Results 1 – 2 of 2) sorted by relevance
53 unsigned long pmd_end; in hash__flush_range() local63 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()
172 u64 pmd_end = (pgd_index + 1) * (u64)IVPU_MMU_PMD_MAP_SIZE; in ivpu_mmu_context_flush_page_tables() local175 while (vpu_addr < end_addr && vpu_addr < pmd_end) { in ivpu_mmu_context_flush_page_tables()
Completed in 5 milliseconds