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