Home
last modified time | relevance | path

Searched refs:__tlb_remove_page (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/um/include/asm/
Dtlb.h109 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/
Dtlb.h107 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/
Dtlb.h212 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/
Dtlb.h221 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/
Dtlb.h96 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/
Dtlb.h159 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() function
/Linux-v4.19/mm/
Dmemory.c1341 if (unlikely(__tlb_remove_page(tlb, page))) { in zap_pte_range()