Home
last modified time | relevance | path

Searched defs:tlb (Results 1 – 10 of 10) sorted by relevance

/include/asm-generic/
Dtlb.h286 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 …]
D4level-fixup.h31 #define pud_free_tlb(tlb, x, addr) do { } while (0) argument
33 #define __pud_free_tlb(tlb, x, addr) do { } while (0) argument
D5level-fixup.h52 #define p4d_free_tlb(tlb, x, addr) do { } while (0) argument
54 #define __p4d_free_tlb(tlb, x, addr) do { } while (0) argument
Dpgtable-nopmd.h63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nop4d-hack.h58 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nopud.h62 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nop4d.h53 #define __p4d_free_tlb(tlb, x, a) do { } while (0) argument
Dhugetlb.h44 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
/include/linux/
Dhugetlb.h185 #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()
Dio-pgtable.h97 const struct iommu_flush_ops *tlb; member