Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/include/asm-generic/
A Dtlb.h286 #define tlb_delay_rmap(tlb) (false) argument
397 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
411 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
595 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
601 #define tlb_remove_huge_tlb_entry(h, tlb, ptep, address) \ argument
623 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument
637 #define tlb_remove_pud_tlb_entry(tlb, pudp, address) \ argument
662 #define pte_free_tlb(tlb, ptep, address) \ argument
671 #define pmd_free_tlb(tlb, pmdp, address) \ argument
680 #define pud_free_tlb(tlb, pudp, address) \ argument
[all …]
/linux-6.3-rc2/mm/
A Dmmu_gather.c18 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch()
84 static void tlb_batch_pages_flush(struct mmu_gather *tlb) in tlb_batch_pages_flush()
107 static void tlb_batch_list_free(struct mmu_gather *tlb) in tlb_batch_list_free()
246 static void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush()
257 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table()
276 static inline void tlb_table_init(struct mmu_gather *tlb) in tlb_table_init()
283 static inline void tlb_table_flush(struct mmu_gather *tlb) { } in tlb_table_flush()
284 static inline void tlb_table_init(struct mmu_gather *tlb) { } in tlb_table_init()
288 static void tlb_flush_mmu_free(struct mmu_gather *tlb) in tlb_flush_mmu_free()
296 void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu()
[all …]
A Dmprotect.c83 static long change_pte_range(struct mmu_gather *tlb, in change_pte_range()
362 static inline long change_pmd_range(struct mmu_gather *tlb, in change_pmd_range()
453 static inline long change_pud_range(struct mmu_gather *tlb, in change_pud_range()
476 static inline long change_p4d_range(struct mmu_gather *tlb, in change_p4d_range()
499 static long change_protection_range(struct mmu_gather *tlb, in change_protection_range()
529 long change_protection(struct mmu_gather *tlb, in change_protection()
588 mprotect_fixup(struct vma_iterator *vmi, struct mmu_gather *tlb, in mprotect_fixup()
711 struct mmu_gather tlb; in do_mprotect_pkey() local
A Dmadvise.c41 struct mmu_gather *tlb; member
339 struct mmu_gather *tlb = private->tlb; in madvise_cold_or_pageout_pte_range() local
526 static void madvise_cold_page_range(struct mmu_gather *tlb, in madvise_cold_page_range()
550 struct mmu_gather tlb; in madvise_cold() local
564 static void madvise_pageout_page_range(struct mmu_gather *tlb, in madvise_pageout_page_range()
583 struct mmu_gather tlb; in madvise_pageout() local
611 struct mmu_gather *tlb = walk->private; in madvise_free_pte_range() local
751 struct mmu_gather tlb; in madvise_free_single_vma() local
/linux-6.3-rc2/arch/s390/include/asm/
A Dtlb.h48 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size()
56 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
65 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb()
87 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb()
107 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb()
125 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dtlb.h29 static inline int tlb_get_level(struct mmu_gather *tlb) in tlb_get_level()
53 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
75 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb()
83 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb()
94 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb()
/linux-6.3-rc2/arch/arm/include/asm/
A Dtlb.h23 #define tlb_flush(tlb) ((void) tlb) argument
40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb()
57 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgalloc_64.h78 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
96 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
102 static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte, in __pte_free_tlb()
108 #define __pmd_free_tlb(tlb, pmd, addr) \ argument
111 #define __pud_free_tlb(tlb, pud, addr) \ argument
A Dpgalloc_32.h51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
/linux-6.3-rc2/arch/powerpc/mm/
A Dhugetlbpage.c275 static void hugepd_free(struct mmu_gather *tlb, void *hugepte) in hugepd_free()
301 static inline void hugepd_free(struct mmu_gather *tlb, void *hugepte) {} in hugepd_free()
319 static void free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, in free_hugepd_range()
347 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range()
361 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range()
412 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range()
458 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgalloc.h13 static inline void tlb_flush_pgtable(struct mmu_gather *tlb, in tlb_flush_pgtable()
49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb()
66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgalloc.h39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) argument
48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgalloc.h80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd) argument
91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) argument
52 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb()
69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgalloc.h47 #define __pte_free_tlb(tlb, pte, address) \ argument
74 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument
90 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
/linux-6.3-rc2/arch/parisc/include/asm/
A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
/linux-6.3-rc2/arch/alpha/include/asm/
A Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgalloc.h98 #define __pud_free_tlb(tlb, pud, addr) pud_free((tlb)->mm, pud) argument
127 #define __p4d_free_tlb(tlb, p4d, addr) p4d_free((tlb)->mm, p4d) argument
152 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
156 #define __pte_free_tlb(tlb, pte, buf) \ argument
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgalloc.h57 #define __pte_free_tlb(tlb,pte,address) \ argument
84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument
105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
/linux-6.3-rc2/arch/um/include/asm/
A Dpgalloc.h28 #define __pte_free_tlb(tlb,pte, address) \ argument
36 #define __pmd_free_tlb(tlb, pmd, address) \ argument
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgalloc.h19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) argument
34 #define __pte_free_tlb(tlb,pte,addr) \ argument
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgalloc.h58 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb()
90 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
127 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb()
170 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h136 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb()
152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
170 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux-6.3-rc2/arch/sparc/mm/
A Dhugetlbpage.c416 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range()
426 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range()
463 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range()
501 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgalloc.h62 #define __pmd_free_tlb(tlb, pmd, addr) \ argument
64 #define __pud_free_tlb(tlb, pud, addr) \ argument

Completed in 43 milliseconds

1234