/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | tlbflush.h | 20 static inline void local_flush_tlb_page(unsigned long addr) in local_flush_tlb_page() function 26 #define local_flush_tlb_page(addr) do { } while (0) macro 38 #define flush_tlb_page(vma, addr) local_flush_tlb_page(addr)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 12 * - 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)
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | tlbflush.h | 26 static inline void local_flush_tlb_page(unsigned long addr) in local_flush_tlb_page() function 32 #define local_flush_tlb_page(addr) do { } while (0) macro 53 #define flush_tlb_page(vma, addr) local_flush_tlb_page(addr)
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | tlbflush.h | 35 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long addr); 40 #define flush_tlb_page local_flush_tlb_page
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 12 * - local_flush_tlb_page(vma, vmaddr) flushes one page on the local processor 37 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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/microblaze/mm/ |
H A D | highmem.c | 48 local_flush_tlb_page(NULL, vaddr); in kmap_atomic_high_prot() 74 local_flush_tlb_page(NULL, vaddr); in kunmap_atomic_high()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | highmem.c | 37 local_flush_tlb_page(NULL, vaddr); in kmap_atomic_high_prot() 62 local_flush_tlb_page(NULL, vaddr); in kunmap_atomic_high()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | highmem.h | 64 local_flush_tlb_page(NULL, vaddr) 66 local_flush_tlb_page(NULL, vaddr)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 29 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
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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 137 #define flush_tlb_page(vma, addr) local_flush_tlb_page(vma, addr)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-6.6/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)
|