/linux/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 12 * - local_flush_tlb_page(vma, vmaddr) flushes one page on the local processor 43 static inline void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) in local_flush_tlb_page() function 66 extern void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr); 80 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr)
|
/linux/arch/microblaze/include/asm/ |
H A D | highmem.h | 55 local_flush_tlb_page(NULL, vaddr); 57 local_flush_tlb_page(NULL, vaddr);
|
H A D | tlbflush.h | 27 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function 42 #define flush_tlb_page local_flush_tlb_page
|
/linux/arch/openrisc/include/asm/ |
H A D | tlbflush.h | 32 extern void local_flush_tlb_page(struct vm_area_struct *vma, 41 #define flush_tlb_page local_flush_tlb_page
|
/linux/arch/mips/include/asm/ |
H A D | tlbflush.h | 21 extern void local_flush_tlb_page(struct vm_area_struct *vma, 44 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
|
/linux/arch/powerpc/include/asm/ |
H A D | highmem.h | 64 local_flush_tlb_page(NULL, vaddr) 66 local_flush_tlb_page(NULL, vaddr)
|
/linux/arch/loongarch/include/asm/ |
H A D | tlbflush.h | 25 extern void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page); 43 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
|
/linux/arch/sh/include/asm/ |
H A D | tlbflush.h | 19 extern void local_flush_tlb_page(struct vm_area_struct *vma, 41 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
|
/linux/arch/riscv/include/asm/ |
H A D | tlbflush.h | 32 static inline void local_flush_tlb_page(unsigned long addr) in local_flush_tlb_page() function 43 local_flush_tlb_page(addr); in local_flush_tlb_page_asid()
|
/linux/arch/arc/include/asm/ |
H A D | tlbflush.h | 13 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page); 24 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
|
/linux/arch/xtensa/include/asm/ |
H A D | tlbflush.h | 35 void local_flush_tlb_page(struct vm_area_struct *vma, 54 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush.h | 91 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function 128 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr)
|
/linux/arch/openrisc/kernel/ |
H A D | smp.c | 253 local_flush_tlb_page(NULL, fd->addr1); in ipi_flush_tlb_page() 276 local_flush_tlb_page(NULL, start); in smp_flush_tlb_range()
|
/linux/arch/sh/mm/ |
H A D | nommu.c | 55 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
H A D | tlbflush_32.c | 15 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
/linux/arch/mips/kernel/ |
H A D | smp.c | 670 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi() 696 local_flush_tlb_page(vma, page); in flush_tlb_page() 710 local_flush_tlb_page(vma, page); in flush_tlb_page()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | tlbflush.h | 74 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
|
/linux/arch/sh/kernel/ |
H A D | smp.c | 435 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi() 454 local_flush_tlb_page(vma, page); in flush_tlb_page()
|
/linux/arch/arm/kernel/ |
H A D | smp_tlb.c | 43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page()
|
/linux/arch/mips/mm/ |
H A D | tlb-r3k.c | 147 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
H A D | tlb-r4k.c | 211 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
/linux/arch/openrisc/mm/ |
H A D | init.c | 225 local_flush_tlb_page(NULL, va); in map_page()
|
/linux/arch/loongarch/mm/ |
H A D | tlb.c | 113 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
/linux/arch/xtensa/mm/ |
H A D | tlb.c | 127 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
|
/linux/arch/riscv/mm/ |
H A D | fault.c | 246 local_flush_tlb_page(addr); in vmalloc_fault()
|