Searched refs:__tlb_remove_page (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/um/include/asm/ |
D | tlb.h | 101 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 110 __tlb_remove_page(tlb, page); in tlb_remove_page()
|
/linux-4.1.27/include/asm-generic/ |
D | tlb.h | 118 int __tlb_remove_page(struct mmu_gather *tlb, struct page *page); 126 if (!__tlb_remove_page(tlb, page)) in tlb_remove_page()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | tlb.h | 101 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 109 __tlb_remove_page(tlb, page); in tlb_remove_page()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | tlb.h | 208 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 238 if (!__tlb_remove_page(tlb, page)) in tlb_remove_page()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 212 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 221 if (!__tlb_remove_page(tlb, page)) in tlb_remove_page()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlb.h | 90 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function
|
/linux-4.1.27/mm/ |
D | memory.c | 292 int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 1130 if (unlikely(!__tlb_remove_page(tlb, page))) { in zap_pte_range()
|
D | hugetlb.c | 2805 force_flush = !__tlb_remove_page(tlb, page); in __unmap_hugepage_range()
|