Searched refs:flush_pud_tlb_range (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| A D | pgtable-generic.c | 154 flush_pud_tlb_range(vma, address, address + HPAGE_PUD_SIZE); in pudp_huge_clear_flush()
|
| A D | mremap.c | 372 flush_pud_tlb_range(vma, old_addr, old_addr + HPAGE_PUD_SIZE); in move_huge_pud()
|
| /linux/include/linux/ |
| A D | pgtable.h | 1458 #define flush_pud_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) macro 1461 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG() macro
|
| /linux/arch/arm64/include/asm/ |
| A D | pgtable.h | 43 #define flush_pud_tlb_range(vma, addr, end) \ macro
|
Completed in 16 milliseconds