Searched refs:local_flush_tlb_page (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/microblaze/include/asm/
H A Dhighmem.h55 local_flush_tlb_page(NULL, vaddr);
57 local_flush_tlb_page(NULL, vaddr);
H A Dtlbflush.h27 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
42 #define flush_tlb_page local_flush_tlb_page
/linux-master/arch/mips/include/asm/
H A Dtlbflush.h21 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-master/arch/sh/include/asm/
H A Dtlbflush.h19 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-master/arch/powerpc/include/asm/
H A Dhighmem.h64 local_flush_tlb_page(NULL, vaddr)
66 local_flush_tlb_page(NULL, vaddr)
/linux-master/arch/openrisc/include/asm/
H A Dtlbflush.h32 extern void local_flush_tlb_page(struct vm_area_struct *vma,
41 #define flush_tlb_page local_flush_tlb_page
/linux-master/arch/loongarch/include/asm/
H A Dtlbflush.h25 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-master/arch/powerpc/include/asm/nohash/
H A Dtlbflush.h12 * - 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) 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-master/arch/riscv/include/asm/
H A Dtlbflush.h26 static inline void local_flush_tlb_page(unsigned long addr) function
32 #define local_flush_tlb_page(addr) do { } while (0) macro
61 #define flush_tlb_page(vma, addr) local_flush_tlb_page(addr)
/linux-master/arch/arc/include/asm/
H A Dtlbflush.h13 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-master/arch/xtensa/include/asm/
H A Dtlbflush.h35 void local_flush_tlb_page(struct vm_area_struct *vma,
54 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h91 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
128 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr)
/linux-master/arch/sh/mm/
H A Dnommu.c53 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
H A Dtlbflush_32.c15 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dtlbflush.h74 static inline void local_flush_tlb_page(struct vm_area_struct *vma, function
/linux-master/arch/openrisc/mm/
H A Dtlb.c83 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) function
/linux-master/arch/xtensa/mm/
H A Dtlb.c127 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) function
169 local_flush_tlb_page(vma, address);
/linux-master/arch/openrisc/kernel/
H A Dsmp.c253 local_flush_tlb_page(NULL, fd->addr1);
276 local_flush_tlb_page(NULL, start);
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h435 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) 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) { } function
/linux-master/arch/mips/kernel/
H A Dsmp.c654 local_flush_tlb_page(fd->vma, fd->addr1);
680 local_flush_tlb_page(vma, page);
694 local_flush_tlb_page(vma, page);
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c43 local_flush_tlb_page(ta->ta_vma, ta->ta_start);
/linux-master/arch/riscv/mm/
H A Dtlbflush.c30 local_flush_tlb_page(addr);
/linux-master/arch/sh/kernel/
H A Dsmp.c431 local_flush_tlb_page(fd->vma, fd->addr1);
450 local_flush_tlb_page(vma, page);
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c181 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) function
186 EXPORT_SYMBOL(local_flush_tlb_page); variable
/linux-master/arch/loongarch/kernel/
H A Dsmp.c682 local_flush_tlb_page(fd->vma, fd->addr1);
702 local_flush_tlb_page(vma, page);

Completed in 227 milliseconds

12