Home
last modified time | relevance | path

Searched refs:__tlb_adjust_range (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dtlb.h124 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() function
221 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
227 __tlb_adjust_range(tlb, address, huge_page_size(h)); \
241 __tlb_adjust_range(tlb, address, HPAGE_PMD_SIZE); \
255 __tlb_adjust_range(tlb, address, HPAGE_PUD_SIZE); \
280 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
288 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
297 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
307 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
/Linux-v4.19/mm/
Dmemory.c271 __tlb_adjust_range(tlb, start, end - start); in arch_tlb_finish_mmu()