Searched refs:local_flush_tlb_pages (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/tile/include/asm/ |
D | tlbflush.h | 58 static inline void local_flush_tlb_pages(struct vm_area_struct *vma, in local_flush_tlb_pages() function 91 local_flush_tlb_pages(NULL, r.start, PAGE_SIZE, r.size); in local_flush_tlb_all() 92 local_flush_tlb_pages(NULL, r.start, HPAGE_SIZE, r.size); in local_flush_tlb_all()
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 927 local_flush_tlb_pages(NULL, begin, PAGE_SIZE, end - begin); in free_init_pages()
|