/linux-4.4.14/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 | 108 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | tlb.h | 23 tlb_remove_page((tlb), (pte)); \
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgalloc.h | 54 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte))
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 58 #define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry) 219 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgalloc.h | 55 tlb_remove_page((tlb),(pte)); \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | tlb.h | 33 #define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry)
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgalloc.h | 58 tlb_remove_page((tlb), pte); \
|
/linux-4.4.14/arch/x86/mm/ |
D | pgtable.c | 59 tlb_remove_page(tlb, pte); in ___pte_free_tlb() 75 tlb_remove_page(tlb, page); in ___pmd_free_tlb() 82 tlb_remove_page(tlb, virt_to_page(pud)); in ___pud_free_tlb()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgalloc.h | 81 tlb_remove_page((tlb), (pte)); \
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgalloc.h | 78 tlb_remove_page((tlb), (pte)); \
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgalloc.h | 103 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte))
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgalloc.h | 71 tlb_remove_page((tlb), (pte)); \
|
D | tlb.h | 107 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 34 tlb_remove_page((tlb), pte); \
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgalloc.h | 81 tlb_remove_page((tlb), pte); \
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgalloc.h | 93 tlb_remove_page((tlb), pte); \
|
/linux-4.4.14/arch/s390/include/asm/ |
D | tlb.h | 96 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgalloc.h | 145 tlb_remove_page((tlb), (pte)); \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgalloc.h | 107 tlb_remove_page((tlb), pte); \
|
/linux-4.4.14/include/asm-generic/ |
D | tlb.h | 124 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/arch/tile/mm/ |
D | pgtable.c | 284 tlb_remove_page(tlb, pte); in __pgtable_free_tlb() 287 tlb_remove_page(tlb, pte + i); in __pgtable_free_tlb()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 236 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() function
|
/linux-4.4.14/mm/ |
D | huge_memory.c | 1491 tlb_remove_page(tlb, page); in zap_huge_pmd()
|