| /Linux-v4.19/arch/um/include/asm/ |
| D | pgalloc.h | 45 tlb_remove_page((tlb),(pte)); \ 55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x))
|
| D | tlb.h | 116 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function 130 return tlb_remove_page(tlb, page); in tlb_remove_page_size()
|
| /Linux-v4.19/arch/arm/include/asm/ |
| D | tlb.h | 58 #define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry) 230 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function 245 return tlb_remove_page(tlb, page); in tlb_remove_page_size()
|
| /Linux-v4.19/arch/s390/include/asm/ |
| D | tlb.h | 102 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function 116 return tlb_remove_page(tlb, page); in tlb_remove_page_size()
|
| /Linux-v4.19/arch/sh/include/asm/ |
| D | tlb.h | 113 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function 127 return tlb_remove_page(tlb, page); in tlb_remove_page_size()
|
| D | pgalloc.h | 72 tlb_remove_page((tlb), (pte)); \
|
| /Linux-v4.19/arch/unicore32/include/asm/ |
| D | tlb.h | 23 tlb_remove_page((tlb), (pte)); \
|
| /Linux-v4.19/arch/ia64/include/asm/ |
| D | tlb.h | 241 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function 256 return tlb_remove_page(tlb, page); in tlb_remove_page_size()
|
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | tlb.h | 33 #define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry)
|
| /Linux-v4.19/arch/nios2/include/asm/ |
| D | pgalloc.h | 80 tlb_remove_page((tlb), (pte)); \
|
| /Linux-v4.19/arch/openrisc/include/asm/ |
| D | pgalloc.h | 104 tlb_remove_page((tlb), (pte)); \
|
| /Linux-v4.19/arch/m68k/include/asm/ |
| D | sun3_pgalloc.h | 35 tlb_remove_page((tlb), pte); \
|
| /Linux-v4.19/arch/hexagon/include/asm/ |
| D | pgalloc.h | 145 tlb_remove_page((tlb), (pte)); \
|
| /Linux-v4.19/arch/riscv/include/asm/ |
| D | pgalloc.h | 117 tlb_remove_page((tlb), pte); \
|
| /Linux-v4.19/arch/mips/include/asm/ |
| D | pgalloc.h | 89 tlb_remove_page((tlb), pte); \
|
| /Linux-v4.19/include/asm-generic/ |
| D | tlb.h | 168 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | tlbflush.h | 597 tlb_remove_page(tlb, (void *)(page))
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | paravirt.c | 413 .tlb_remove_table = (void (*)(struct mmu_gather *, void *))tlb_remove_page,
|