Searched refs:flush_pud_tlb_range (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush.h | 55 static inline void flush_pud_tlb_range(struct vm_area_struct *vma, in flush_pud_tlb_range() function
|
/linux-6.6.21/mm/ |
D | pgtable-generic.c | 158 flush_pud_tlb_range(vma, address, address + HPAGE_PUD_SIZE); in pudp_huge_clear_flush()
|
D | mremap.c | 385 flush_pud_tlb_range(vma, old_addr, old_addr + HPAGE_PUD_SIZE); in move_huge_pud()
|
/linux-6.6.21/include/linux/ |
D | pgtable.h | 1499 #define flush_pud_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) macro 1502 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG() macro
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 211 flush_pud_tlb_range(vma, addr, addr + HPAGE_PUD_SIZE); in pudp_huge_get_and_clear_full()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable.h | 44 #define flush_pud_tlb_range(vma, addr, end) \ macro
|