Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/openrisc/include/asm/
Dtlbflush.h38 extern void local_flush_tlb_page(struct vm_area_struct *vma,
47 #define flush_tlb_page local_flush_tlb_page
/Linux-v4.19/arch/nds32/include/asm/
Dtlbflush.h35 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr);
40 #define flush_tlb_page local_flush_tlb_page
/Linux-v4.19/arch/riscv/include/asm/
Dtlbflush.h30 static inline void local_flush_tlb_page(unsigned long addr) in local_flush_tlb_page() function
38 #define flush_tlb_page(vma, addr) local_flush_tlb_page(addr)
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dtlbflush.h37 extern void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
49 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr)
/Linux-v4.19/arch/mips/include/asm/
Dtlbflush.h22 extern void local_flush_tlb_page(struct vm_area_struct *vma,
43 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
/Linux-v4.19/arch/sh/include/asm/
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-v4.19/arch/microblaze/include/asm/
Dtlbflush.h33 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
46 #define flush_tlb_page local_flush_tlb_page
/Linux-v4.19/arch/powerpc/mm/
Dhighmem.c50 local_flush_tlb_page(NULL, vaddr); in kmap_atomic_prot()
81 local_flush_tlb_page(NULL, vaddr); in __kunmap_atomic()
Dtlb_nohash.c223 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr) in local_flush_tlb_page() function
228 EXPORT_SYMBOL(local_flush_tlb_page);
/Linux-v4.19/arch/microblaze/mm/
Dhighmem.c54 local_flush_tlb_page(NULL, vaddr); in kmap_atomic_prot()
83 local_flush_tlb_page(NULL, vaddr); in __kunmap_atomic()
/Linux-v4.19/arch/arc/include/asm/
Dtlbflush.h16 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
27 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
/Linux-v4.19/arch/unicore32/include/asm/
Dtlbflush.h88 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) in local_flush_tlb_page() function
177 #define flush_tlb_page local_flush_tlb_page
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dtlbflush.h91 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
137 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr)
/Linux-v4.19/arch/xtensa/include/asm/
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-v4.19/arch/powerpc/include/asm/book3s/32/
Dtlbflush.h15 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() function
/Linux-v4.19/arch/nds32/mm/
Dtlb.c38 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in local_flush_tlb_page() function
/Linux-v4.19/arch/sh/mm/
Dnommu.c55 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
Dtlbflush_64.c67 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
Dtlbflush_32.c15 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function
/Linux-v4.19/arch/arm/include/asm/
Dtlbflush.h445 local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) in local_flush_tlb_page() function
613 #define flush_tlb_page local_flush_tlb_page
653 static inline void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr) { } in local_flush_tlb_page() function
/Linux-v4.19/arch/sh/kernel/
Dsmp.c436 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
455 local_flush_tlb_page(vma, page); in flush_tlb_page()
/Linux-v4.19/arch/openrisc/mm/
Dtlb.c89 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in local_flush_tlb_page() function
/Linux-v4.19/arch/mips/kernel/
Dsmp.c614 local_flush_tlb_page(fd->vma, fd->addr1); in flush_tlb_page_ipi()
641 local_flush_tlb_page(vma, page); in flush_tlb_page()
/Linux-v4.19/arch/arm/kernel/
Dsmp_tlb.c46 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page()
/Linux-v4.19/arch/mips/mm/
Dtlb-r8k.c148 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page) in local_flush_tlb_page() function

12