Searched refs:local_flush_pmd_tlb_range (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arc/include/asm/ |
H A D | tlbflush.h | 18 void local_flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, 29 #define flush_pmd_tlb_range(vma, s, e) local_flush_pmd_tlb_range(vma, s, e)
|
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | 322 local_flush_pmd_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_pmd_tlb_range() 543 void local_flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_pmd_tlb_range() function
|