Home
last modified time | relevance | path

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

/include/asm-generic/
Dtlb.h298 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range()
306 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range()
340 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
347 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags()
350 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_end_vma()
365 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
381 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_update_vma_flags()
401 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags()
407 static inline void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) in tlb_flush_mmu_tlbonly()
417 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.h186 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument
204 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final()
211 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range()
Dio-pgtable.h112 const struct iommu_flush_ops *tlb; member