Home
last modified time | relevance | path

Searched refs:local_flush_tlb_page (Results 1 – 25 of 27) sorted by relevance

12

/linux/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) 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 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, in local_flush_tlb_page() function
42 #define flush_tlb_page local_flush_tlb_page
/linux/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/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/arch/powerpc/include/asm/
H A Dhighmem.h64 local_flush_tlb_page(NULL, vaddr)
66 local_flush_tlb_page(NULL, vaddr)
/linux/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/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/arch/riscv/include/asm/
H A Dtlbflush.h32 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 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/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/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h91 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 Dsmp.c253 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 Dnommu.c55 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
H A Dtlbflush_32.c15 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 Dsmp.c670 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 Dtlbflush.h74 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
/linux/arch/sh/kernel/
H A Dsmp.c435 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 Dsmp_tlb.c43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page()
/linux/arch/mips/mm/
H A Dtlb-r3k.c147 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
H A Dtlb-r4k.c211 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 Dinit.c225 local_flush_tlb_page(NULL, va); in map_page()
/linux/arch/loongarch/mm/
H A Dtlb.c113 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 Dtlb.c127 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 Dfault.c246 local_flush_tlb_page(addr); in vmalloc_fault()

12