Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dtlb.h132 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range()
140 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range()
150 static inline void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) in tlb_flush_mmu_tlbonly()
160 static inline void tlb_remove_page_size(struct mmu_gather *tlb, in tlb_remove_page_size()
167 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
176 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
183 static inline void tlb_remove_check_page_size_change(struct mmu_gather *tlb, in tlb_remove_check_page_size_change()
203 #define tlb_start_vma(tlb, vma) do { } while (0) argument
206 #define __tlb_end_vma(tlb, vma) \ argument
217 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
[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.h36 #define p4d_free_tlb(tlb, x, addr) do { } while (0) argument
38 #define __p4d_free_tlb(tlb, x, addr) do { } while (0) argument
Dpgtable-nopud.h61 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nopmd.h63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nop4d-hack.h57 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
Dpgtable-nop4d.h52 #define __p4d_free_tlb(tlb, x, a) do { } while (0) argument
/linux-4.19.296/include/linux/
Dhugetlb.h204 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) argument
223 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final()
230 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range()
/linux-4.19.296/fs/
Dexec.c630 struct mmu_gather tlb; in shift_arg_pages() local
/linux-4.19.296/fs/proc/
Dtask_mmu.c1092 struct mmu_gather tlb; in clear_refs_write() local