Searched defs:tlb (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/include/asm-generic/ |
D | tlb.h | 132 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 …]
|
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 | 36 #define p4d_free_tlb(tlb, x, addr) do { } while (0) argument 38 #define __p4d_free_tlb(tlb, x, addr) do { } while (0) argument
|
D | pgtable-nopud.h | 61 #define __pud_free_tlb(tlb, x, a) 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 | 57 #define __pud_free_tlb(tlb, x, a) do { } while (0) argument
|
D | pgtable-nop4d.h | 52 #define __p4d_free_tlb(tlb, x, a) do { } while (0) argument
|
/linux-4.19.296/include/linux/ |
D | hugetlb.h | 204 #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/ |
D | exec.c | 630 struct mmu_gather tlb; in shift_arg_pages() local
|
/linux-4.19.296/fs/proc/ |
D | task_mmu.c | 1092 struct mmu_gather tlb; in clear_refs_write() local
|