Lines Matching defs:tlb
6 #include <asm/tlb.h>
23 void paravirt_tlb_remove_table(struct mmu_gather *tlb, void *table)
25 tlb_remove_page(tlb, table);
53 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte)
57 paravirt_tlb_remove_table(tlb, pte);
61 void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd)
70 tlb->need_flush_all = 1;
73 paravirt_tlb_remove_table(tlb, ptdesc_page(ptdesc));
77 void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud)
80 paravirt_tlb_remove_table(tlb, virt_to_page(pud));
84 void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d)
87 paravirt_tlb_remove_table(tlb, virt_to_page(p4d));
166 * In PAE mode, we need to do a cr3 reload (=tlb flush) when