Searched refs:__tlb_remove_page_size (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | tlb.h | 27 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, 48 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() function
|
/openbmc/linux/include/asm-generic/ |
H A D | tlb.h | 263 extern bool __tlb_remove_page_size(struct mmu_gather *tlb, 465 if (__tlb_remove_page_size(tlb, encode_page(page, 0), page_size)) in tlb_remove_page_size() 471 return __tlb_remove_page_size(tlb, encode_page(page, flags), PAGE_SIZE); in __tlb_remove_page()
|
/openbmc/linux/mm/ |
H A D | mmu_gather.c | 119 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct encoded_page *page, int page_size) in __tlb_remove_page_size() function
|