Home
last modified time | relevance | path

Searched refs:local_flush_tlb_pages (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dtlbflush.h58 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/
Dinit.c927 local_flush_tlb_pages(NULL, begin, PAGE_SIZE, end - begin); in free_init_pages()