Searched refs:__tlb_remove_page_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | tlb.h | 121 extern bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, 155 if (__tlb_remove_page_size(tlb, page, page_size)) in tlb_remove_page_size() 161 return __tlb_remove_page_size(tlb, page, PAGE_SIZE); in __tlb_remove_page()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | tlb.h | 107 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | tlb.h | 121 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 118 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 247 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 236 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/Linux-v4.19/mm/ |
D | memory.c | 292 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, int page_size) in __tlb_remove_page_size() function
|