Searched defs:tlb (Results 1 – 5 of 5) sorted by relevance
/include/asm-generic/ |
D | tlb.h | 124 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 130 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 137 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 149 #define tlb_start_vma(tlb, vma) do { } while (0) argument 152 #define __tlb_end_vma(tlb, vma) \ argument 165 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 175 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument 186 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument 189 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument 195 #define pte_free_tlb(tlb, ptep, address) \ argument [all …]
|
D | 4level-fixup.h | 30 #define pud_free_tlb(tlb, x, addr) do { } while (0) argument 32 #define __pud_free_tlb(tlb, x, addr) do { } while (0) argument
|
D | pgtable-nopud.h | 55 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
|
D | pgtable-nopmd.h | 62 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
|
/include/linux/ |
D | hugetlb.h | 142 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument 163 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final() 170 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range()
|