Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dtlb.h286 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() function
503 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
511 __tlb_adjust_range(tlb, address, _sz); \
529 __tlb_adjust_range(tlb, address, HPAGE_PMD_SIZE); \
544 __tlb_adjust_range(tlb, address, HPAGE_PUD_SIZE); \
570 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
580 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
591 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
603 __tlb_adjust_range(tlb, address, PAGE_SIZE); \
/Linux-v5.4/arch/s390/include/asm/
Dtlb.h67 __tlb_adjust_range(tlb, address, PAGE_SIZE); in pte_free_tlb()
92 __tlb_adjust_range(tlb, address, PAGE_SIZE); in pmd_free_tlb()
111 __tlb_adjust_range(tlb, address, PAGE_SIZE); in p4d_free_tlb()
/Linux-v5.4/arch/arm/include/asm/
Dtlb.h55 __tlb_adjust_range(tlb, addr - PAGE_SIZE, 2 * PAGE_SIZE); in __pte_free_tlb()