Searched refs:__tlb_remove_page_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dtlb.h27 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb,
48 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, function
/linux-master/include/asm-generic/
H A Dtlb.h71 * - tlb_remove_page_size() / __tlb_remove_page_size()
74 * __tlb_remove_page_size() is the basic primitive that queues a page for
190 * provide its own implementation of the __tlb_remove_page_size() function to
269 extern bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page,
472 if (__tlb_remove_page_size(tlb, page, false, page_size))
479 return __tlb_remove_page_size(tlb, page, delay_rmap, PAGE_SIZE);
/linux-master/mm/
H A Dmmu_gather.c212 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, function

Completed in 123 milliseconds