Searched refs:__tlb_remove_page (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/um/include/asm/ |
D | tlb.h | 109 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 118 __tlb_remove_page(tlb, page); in tlb_remove_page() 124 return __tlb_remove_page(tlb, page); in __tlb_remove_page_size()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 107 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 115 __tlb_remove_page(tlb, page); in tlb_remove_page() 121 return __tlb_remove_page(tlb, page); in __tlb_remove_page_size()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 212 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 243 if (__tlb_remove_page(tlb, page)) in tlb_remove_page() 250 return __tlb_remove_page(tlb, page); in __tlb_remove_page_size()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 221 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 232 if (__tlb_remove_page(tlb, page)) in tlb_remove_page() 239 return __tlb_remove_page(tlb, page); in __tlb_remove_page_size()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | tlb.h | 96 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function 110 return __tlb_remove_page(tlb, page); in __tlb_remove_page_size()
|
/Linux-v4.19/include/asm-generic/ |
D | tlb.h | 159 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function
|
/Linux-v4.19/mm/ |
D | memory.c | 1341 if (unlikely(__tlb_remove_page(tlb, page))) { in zap_pte_range()
|