Searched defs:tlb (Results 1 – 10 of 10) sorted by relevance
/include/asm-generic/ |
D | tlb.h | 286 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 294 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 328 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 335 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags() 338 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_end_vma() 353 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 369 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_update_vma_flags() 389 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags() 395 static inline void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) in tlb_flush_mmu_tlbonly() 405 static inline void tlb_remove_page_size(struct mmu_gather *tlb, in tlb_remove_page_size() [all …]
|
D | 4level-fixup.h | 31 #define pud_free_tlb(tlb, x, addr) do { } while (0) argument 33 #define __pud_free_tlb(tlb, x, addr) do { } while (0) argument
|
D | 5level-fixup.h | 52 #define p4d_free_tlb(tlb, x, addr) do { } while (0) argument 54 #define __p4d_free_tlb(tlb, x, addr) do { } while (0) argument
|
D | pgtable-nopmd.h | 63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
|
D | pgtable-nop4d-hack.h | 58 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
|
D | pgtable-nopud.h | 62 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
|
D | pgtable-nop4d.h | 53 #define __p4d_free_tlb(tlb, x, a) do { } while (0) argument
|
D | hugetlb.h | 44 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|
/include/linux/ |
D | hugetlb.h | 185 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument 203 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final() 210 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range()
|
D | io-pgtable.h | 97 const struct iommu_flush_ops *tlb; member
|