Searched defs:local_flush_tlb_page (Results 1 - 17 of 17) sorted by relevance

/arch/sh/mm/
H A Dtlbflush_32.c15 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dnommu.c55 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dtlbflush_64.c355 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
/arch/sparc/include/asm/
H A Dtlbflush_32.h23 BTFIXUPDEF_CALL(void, local_flush_tlb_page, struct vm_area_struct *, unsigned long)
28 #define local_flush_tlb_page(vma,addr) BTFIXUP_CALL(local_flush_tlb_page)(vma,addr) macro
/arch/tile/include/asm/
H A Dtlbflush.h50 static inline void local_flush_tlb_page(const struct vm_area_struct *vma, function
/arch/microblaze/include/asm/
H A Dtlbflush.h33 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
46 #define flush_tlb_page local_flush_tlb_page
/arch/m32r/mm/
H A Dfault-nommu.c105 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dfault.c454 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
/arch/mn10300/include/asm/
H A Dtlbflush.h55 * local_flush_tlb_page - Flush a page's entry from the local CPU's TLBs
60 void local_flush_tlb_page(struct mm_struct *mm, unsigned long addr) function
138 #define flush_tlb_page(vma, addr) local_flush_tlb_page((vma)->vm_mm, addr)
/arch/powerpc/include/asm/
H A Dtlbflush.h11 * - local_flush_tlb_page(vma, vmaddr) flushes one page on the local processor
42 extern void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
54 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr)
70 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
143 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
/arch/score/mm/
H A Dtlb-score.c159 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
/arch/unicore32/include/asm/
H A Dtlbflush.h88 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) function
177 #define flush_tlb_page local_flush_tlb_page
/arch/mips/mm/
H A Dtlb-r3k.c158 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dtlb-r8k.c149 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dtlb-r4k.c211 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
/arch/powerpc/mm/
H A Dtlb_nohash.c189 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) function
194 EXPORT_SYMBOL(local_flush_tlb_page); variable
/arch/arm/include/asm/
H A Dtlbflush.h389 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) function
496 #define flush_tlb_page local_flush_tlb_page

Completed in 277 milliseconds