Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/riscv/include/asm/
A Dtlbflush.h21 static inline void local_flush_tlb_page(unsigned long addr) in local_flush_tlb_page() function
45 #define local_flush_tlb_page(addr) do { } while (0) macro
62 #define flush_tlb_page(vma, addr) local_flush_tlb_page(addr)
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dtlbflush.h43 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-6.3-rc2/arch/microblaze/include/asm/
A Dhighmem.h55 local_flush_tlb_page(NULL, vaddr);
57 local_flush_tlb_page(NULL, vaddr);
A Dtlbflush.h27 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
40 #define flush_tlb_page local_flush_tlb_page
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dtlbflush.h32 extern void local_flush_tlb_page(struct vm_area_struct *vma,
41 #define flush_tlb_page local_flush_tlb_page
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dhighmem.h64 local_flush_tlb_page(NULL, vaddr)
66 local_flush_tlb_page(NULL, vaddr)
/linux-6.3-rc2/arch/mips/include/asm/
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-6.3-rc2/arch/loongarch/include/asm/
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-6.3-rc2/arch/sh/include/asm/
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-6.3-rc2/arch/arc/include/asm/
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-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dtlbflush.h82 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
119 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr)
/linux-6.3-rc2/arch/xtensa/include/asm/
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-6.3-rc2/arch/openrisc/kernel/
A Dsmp.c255 local_flush_tlb_page(NULL, fd->addr1); in ipi_flush_tlb_page()
278 local_flush_tlb_page(NULL, start); in smp_flush_tlb_range()
/linux-6.3-rc2/arch/xtensa/mm/
A Dtlb.c126 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
168 local_flush_tlb_page(vma, address); in update_mmu_tlb()
/linux-6.3-rc2/arch/sh/mm/
A Dnommu.c53 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
A Dtlbflush_32.c15 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
/linux-6.3-rc2/arch/arm/include/asm/
A Dtlbflush.h435 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
643 static inline void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) { } in local_flush_tlb_page() function
/linux-6.3-rc2/arch/mips/kernel/
A Dsmp.c633 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
659 local_flush_tlb_page(vma, page); in flush_tlb_page()
673 local_flush_tlb_page(vma, page); in flush_tlb_page()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dtlbflush.h74 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
/linux-6.3-rc2/arch/riscv/mm/
A Dtlbflush.c52 local_flush_tlb_page(start); in __sbi_tlb_flush_range()
/linux-6.3-rc2/arch/sh/kernel/
A Dsmp.c431 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
450 local_flush_tlb_page(vma, page); in flush_tlb_page()
/linux-6.3-rc2/arch/openrisc/mm/
A Dtlb.c83 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in local_flush_tlb_page() function
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A Dtlb.c181 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) in local_flush_tlb_page() function
186 EXPORT_SYMBOL(local_flush_tlb_page);
/linux-6.3-rc2/arch/arm/kernel/
A Dsmp_tlb.c43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page()
/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r3k.c147 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function

Completed in 26 milliseconds

12