| /linux/arch/openrisc/include/asm/ |
| H A D | tlbflush.h | 41 #define flush_tlb_page local_flush_tlb_page macro 46 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr);
|
| /linux/arch/mips/include/asm/ |
| H A D | tlbflush.h | 34 extern void flush_tlb_page(struct vm_area_struct *, unsigned long); 44 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | tlbflush.h | 34 extern void flush_tlb_page(struct vm_area_struct *, unsigned long); 43 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) macro
|
| /linux/arch/sh/include/asm/ |
| H A D | tlbflush.h | 33 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page); 41 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) macro
|
| /linux/arch/arc/include/asm/ |
| H A D | tlbflush.h | 24 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) macro 34 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
|
| /linux/arch/m68k/include/asm/ |
| H A D | tlbflush.h | 84 static inline void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in flush_tlb_page() function 164 static inline void flush_tlb_page (struct vm_area_struct *vma, in flush_tlb_page() function 255 static inline void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in flush_tlb_page() function
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | tlbflush.h | 75 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr); 80 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | tlbflush.h | 58 static inline void flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) in flush_tlb_page() function 80 flush_tlb_page(vma, vmaddr); in local_flush_tlb_page()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | tlbflush.h | 120 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page() function 128 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | tlbflush.h | 45 void flush_tlb_page(struct vm_area_struct *, unsigned long); 54 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | tlbflush.h | 17 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
|
| /linux/arch/hexagon/include/asm/ |
| H A D | tlbflush.h | 26 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr);
|
| /linux/arch/sparc/include/asm/ |
| H A D | tlbflush_32.h | 13 #define flush_tlb_page(vma, addr) \ macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | tlbflush.h | 30 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page() function
|
| /linux/arch/um/include/asm/ |
| H A D | tlbflush.h | 38 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page() function
|
| /linux/arch/parisc/include/asm/ |
| H A D | tlbflush.h | 64 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page() function
|
| /linux/arch/hexagon/mm/ |
| H A D | vm_tlb.c | 67 void flush_tlb_page(struct vm_area_struct *vma, unsigned long vaddr) in flush_tlb_page() function
|
| /linux/arch/microblaze/include/asm/ |
| H A D | tlbflush.h | 42 #define flush_tlb_page local_flush_tlb_page macro
|
| /linux/arch/arm/include/asm/ |
| H A D | tlbflush.h | 603 #define flush_tlb_page local_flush_tlb_page macro 611 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr); 655 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr);
|
| /linux/arch/riscv/include/asm/ |
| H A D | tlbflush.h | 50 void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr);
|
| /linux/arch/csky/abiv1/ |
| H A D | cacheflush.c | 50 flush_tlb_page(vma, addr); in update_mmu_cache_range()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | hugetlb-8xx.h | 10 flush_tlb_page(vma, vmaddr); in flush_hugetlb_page()
|
| /linux/arch/csky/abiv2/ |
| H A D | cacheflush.c | 17 flush_tlb_page(vma, address); in update_mmu_cache_range()
|
| /linux/arch/csky/mm/ |
| H A D | tlb.c | 135 void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in flush_tlb_page() function
|
| /linux/arch/mips/kernel/ |
| H A D | smp.c | 673 void flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in flush_tlb_page() function 727 EXPORT_SYMBOL(flush_tlb_page);
|