/linux/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 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/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/arm/include/asm/ |
H A D | tlbflush.h | 435 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) in local_flush_tlb_page() function 603 #define flush_tlb_page local_flush_tlb_page 647 static inline void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) { } in local_flush_tlb_page() function
|
/linux/arch/mips/kernel/ |
H A D | smp.c | 652 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi() 678 local_flush_tlb_page(vma, page); in flush_tlb_page() 692 local_flush_tlb_page(vma, page); in flush_tlb_page()
|
/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/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/openrisc/mm/ |
H A D | tlb.c | 83 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in local_flush_tlb_page() function
|
/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/arc/mm/ |
H A D | tlb.c | 278 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function 307 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
|
/linux/arch/loongarch/kernel/ |
H A D | smp.c | 719 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi() 739 local_flush_tlb_page(vma, page); in flush_tlb_page()
|
/linux/arch/riscv/mm/ |
H A D | fault.c | 191 local_flush_tlb_page(addr); in vmalloc_fault()
|
/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
|