Lines Matching refs:tlb
3 * arch/arm/include/asm/tlb.h
8 * to use the "invalidate whole tlb" rather than "invalidate single
9 * tlb" for this.
23 #define tlb_flush(tlb) ((void) tlb)
25 #include <asm-generic/tlb.h>
37 #include <asm-generic/tlb.h>
40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr)
50 __tlb_adjust_range(tlb, addr - PAGE_SIZE, 2 * PAGE_SIZE);
53 tlb_remove_table(tlb, pte);
57 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr)
63 tlb_remove_table(tlb, page);