/linux-6.1.9/mm/ |
D | mmu_gather.c | 18 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch() 46 static void tlb_batch_pages_flush(struct mmu_gather *tlb) in tlb_batch_pages_flush() 69 static void tlb_batch_list_free(struct mmu_gather *tlb) in tlb_batch_list_free() 80 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, int page_size) in __tlb_remove_page_size() 190 static inline void tlb_table_invalidate(struct mmu_gather *tlb) in tlb_table_invalidate() 208 static void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() 219 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 238 static inline void tlb_table_init(struct mmu_gather *tlb) in tlb_table_init() 245 static inline void tlb_table_flush(struct mmu_gather *tlb) { } in tlb_table_flush() 246 static inline void tlb_table_init(struct mmu_gather *tlb) { } in tlb_table_init() [all …]
|
D | mprotect.c | 75 static unsigned long change_pte_range(struct mmu_gather *tlb, in change_pte_range() 349 static inline unsigned long change_pmd_range(struct mmu_gather *tlb, in change_pmd_range() 433 static inline unsigned long change_pud_range(struct mmu_gather *tlb, in change_pud_range() 454 static inline unsigned long change_p4d_range(struct mmu_gather *tlb, in change_p4d_range() 475 static unsigned long change_protection_range(struct mmu_gather *tlb, in change_protection_range() 501 unsigned long change_protection(struct mmu_gather *tlb, in change_protection() 548 mprotect_fixup(struct mmu_gather *tlb, struct vm_area_struct *vma, in mprotect_fixup() 680 struct mmu_gather tlb; in do_mprotect_pkey() local
|
D | madvise.c | 41 struct mmu_gather *tlb; member 329 struct mmu_gather *tlb = private->tlb; in madvise_cold_or_pageout_pte_range() local 504 static void madvise_cold_page_range(struct mmu_gather *tlb, in madvise_cold_page_range() 528 struct mmu_gather tlb; in madvise_cold() local 542 static void madvise_pageout_page_range(struct mmu_gather *tlb, in madvise_pageout_page_range() 578 struct mmu_gather tlb; in madvise_pageout() local 599 struct mmu_gather *tlb = walk->private; in madvise_free_pte_range() local 741 struct mmu_gather tlb; in madvise_free_single_vma() local
|
/linux-6.1.9/include/asm-generic/ |
D | tlb.h | 212 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) argument 327 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 335 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 369 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 383 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 402 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_update_vma_flags() 420 static inline void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) in tlb_flush_mmu_tlbonly() 435 static inline void tlb_remove_page_size(struct mmu_gather *tlb, in tlb_remove_page_size() 442 static inline bool __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 451 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() [all …]
|
/linux-6.1.9/arch/s390/include/asm/ |
D | tlb.h | 44 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() 51 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 60 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 82 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 102 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() 120 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | tlb.h | 29 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.1.9/arch/arm/include/asm/ |
D | tlb.h | 23 #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.1.9/arch/sparc/include/asm/ |
D | pgalloc_64.h | 78 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
|
D | pgalloc_32.h | 51 #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.1.9/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 13 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.1.9/arch/ia64/include/asm/ |
D | pgalloc.h | 39 #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.1.9/arch/powerpc/mm/ |
D | hugetlbpage.c | 275 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.1.9/arch/arc/include/asm/ |
D | pgalloc.h | 80 #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.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 25 #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.1.9/arch/loongarch/include/asm/ |
D | pgalloc.h | 56 #define __pte_free_tlb(tlb, pte, address) \ argument 83 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument 99 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | tlb.h | 8 #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.1.9/arch/alpha/include/asm/ |
D | tlb.h | 7 #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.1.9/arch/riscv/include/asm/ |
D | pgalloc.h | 98 #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.1.9/arch/mips/include/asm/ |
D | pgalloc.h | 57 #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.1.9/arch/um/include/asm/ |
D | pgalloc.h | 28 #define __pte_free_tlb(tlb,pte, address) \ argument 36 #define __pmd_free_tlb(tlb, pmd, address) \ argument
|
/linux-6.1.9/arch/sh/include/asm/ |
D | pgalloc.h | 19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) argument 34 #define __pte_free_tlb(tlb,pte,addr) \ argument
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgalloc.h | 58 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.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 136 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.1.9/arch/sparc/mm/ |
D | hugetlbpage.c | 416 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.1.9/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 62 #define __pmd_free_tlb(tlb, pmd, addr) \ argument 64 #define __pud_free_tlb(tlb, pud, addr) \ argument
|