1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_HUGE_MM_H
3 #define _LINUX_HUGE_MM_H
5 #include <linux/sched/coredump.h>
7 #include <linux/fs.h> /* only for vma_is_dax() */
9 extern int do_huge_pmd_anonymous_page(struct vm_fault
*vmf
);
10 extern int copy_huge_pmd(struct mm_struct
*dst_mm
, struct mm_struct
*src_mm
,
11 pmd_t
*dst_pmd
, pmd_t
*src_pmd
, unsigned long addr
,
12 struct vm_area_struct
*vma
);
13 extern void huge_pmd_set_accessed(struct vm_fault
*vmf
, pmd_t orig_pmd
);
14 extern int copy_huge_pud(struct mm_struct
*dst_mm
, struct mm_struct
*src_mm
,
15 pud_t
*dst_pud
, pud_t
*src_pud
, unsigned long addr
,
16 struct vm_area_struct
*vma
);
18 #ifdef CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD
19 extern void huge_pud_set_accessed(struct vm_fault
*vmf
, pud_t orig_pud
);
21 static inline void huge_pud_set_accessed(struct vm_fault
*vmf
, pud_t orig_pud
)
26 extern int do_huge_pmd_wp_page(struct vm_fault
*vmf
, pmd_t orig_pmd
);
27 extern struct page
*follow_trans_huge_pmd(struct vm_area_struct
*vma
,
31 extern bool madvise_free_huge_pmd(struct mmu_gather
*tlb
,
32 struct vm_area_struct
*vma
,
33 pmd_t
*pmd
, unsigned long addr
, unsigned long next
);
34 extern int zap_huge_pmd(struct mmu_gather
*tlb
,
35 struct vm_area_struct
*vma
,
36 pmd_t
*pmd
, unsigned long addr
);
37 extern int zap_huge_pud(struct mmu_gather
*tlb
,
38 struct vm_area_struct
*vma
,
39 pud_t
*pud
, unsigned long addr
);
40 extern int mincore_huge_pmd(struct vm_area_struct
*vma
, pmd_t
*pmd
,
41 unsigned long addr
, unsigned long end
,
43 extern bool move_huge_pmd(struct vm_area_struct
*vma
, unsigned long old_addr
,
44 unsigned long new_addr
, unsigned long old_end
,
45 pmd_t
*old_pmd
, pmd_t
*new_pmd
, bool *need_flush
);
46 extern int change_huge_pmd(struct vm_area_struct
*vma
, pmd_t
*pmd
,
47 unsigned long addr
, pgprot_t newprot
,
49 int vmf_insert_pfn_pmd(struct vm_area_struct
*vma
, unsigned long addr
,
50 pmd_t
*pmd
, pfn_t pfn
, bool write
);
51 int vmf_insert_pfn_pud(struct vm_area_struct
*vma
, unsigned long addr
,
52 pud_t
*pud
, pfn_t pfn
, bool write
);
53 enum transparent_hugepage_flag
{
54 TRANSPARENT_HUGEPAGE_FLAG
,
55 TRANSPARENT_HUGEPAGE_REQ_MADV_FLAG
,
56 TRANSPARENT_HUGEPAGE_DEFRAG_DIRECT_FLAG
,
57 TRANSPARENT_HUGEPAGE_DEFRAG_KSWAPD_FLAG
,
58 TRANSPARENT_HUGEPAGE_DEFRAG_KSWAPD_OR_MADV_FLAG
,
59 TRANSPARENT_HUGEPAGE_DEFRAG_REQ_MADV_FLAG
,
60 TRANSPARENT_HUGEPAGE_DEFRAG_KHUGEPAGED_FLAG
,
61 TRANSPARENT_HUGEPAGE_USE_ZERO_PAGE_FLAG
,
62 #ifdef CONFIG_DEBUG_VM
63 TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
,
68 struct kobj_attribute
;
70 extern ssize_t
single_hugepage_flag_store(struct kobject
*kobj
,
71 struct kobj_attribute
*attr
,
72 const char *buf
, size_t count
,
73 enum transparent_hugepage_flag flag
);
74 extern ssize_t
single_hugepage_flag_show(struct kobject
*kobj
,
75 struct kobj_attribute
*attr
, char *buf
,
76 enum transparent_hugepage_flag flag
);
77 extern struct kobj_attribute shmem_enabled_attr
;
79 #define HPAGE_PMD_ORDER (HPAGE_PMD_SHIFT-PAGE_SHIFT)
80 #define HPAGE_PMD_NR (1<<HPAGE_PMD_ORDER)
82 #ifdef CONFIG_TRANSPARENT_HUGEPAGE
83 #define HPAGE_PMD_SHIFT PMD_SHIFT
84 #define HPAGE_PMD_SIZE ((1UL) << HPAGE_PMD_SHIFT)
85 #define HPAGE_PMD_MASK (~(HPAGE_PMD_SIZE - 1))
87 #define HPAGE_PUD_SHIFT PUD_SHIFT
88 #define HPAGE_PUD_SIZE ((1UL) << HPAGE_PUD_SHIFT)
89 #define HPAGE_PUD_MASK (~(HPAGE_PUD_SIZE - 1))
91 extern bool is_vma_temporary_stack(struct vm_area_struct
*vma
);
93 extern unsigned long transparent_hugepage_flags
;
95 static inline bool transparent_hugepage_enabled(struct vm_area_struct
*vma
)
97 if (vma
->vm_flags
& VM_NOHUGEPAGE
)
100 if (is_vma_temporary_stack(vma
))
103 if (test_bit(MMF_DISABLE_THP
, &vma
->vm_mm
->flags
))
106 if (transparent_hugepage_flags
& (1 << TRANSPARENT_HUGEPAGE_FLAG
))
112 if (transparent_hugepage_flags
&
113 (1 << TRANSPARENT_HUGEPAGE_REQ_MADV_FLAG
))
114 return !!(vma
->vm_flags
& VM_HUGEPAGE
);
119 #define transparent_hugepage_use_zero_page() \
120 (transparent_hugepage_flags & \
121 (1<<TRANSPARENT_HUGEPAGE_USE_ZERO_PAGE_FLAG))
122 #ifdef CONFIG_DEBUG_VM
123 #define transparent_hugepage_debug_cow() \
124 (transparent_hugepage_flags & \
125 (1<<TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG))
126 #else /* CONFIG_DEBUG_VM */
127 #define transparent_hugepage_debug_cow() 0
128 #endif /* CONFIG_DEBUG_VM */
130 extern unsigned long thp_get_unmapped_area(struct file
*filp
,
131 unsigned long addr
, unsigned long len
, unsigned long pgoff
,
132 unsigned long flags
);
134 extern void prep_transhuge_page(struct page
*page
);
135 extern void free_transhuge_page(struct page
*page
);
137 bool can_split_huge_page(struct page
*page
, int *pextra_pins
);
138 int split_huge_page_to_list(struct page
*page
, struct list_head
*list
);
139 static inline int split_huge_page(struct page
*page
)
141 return split_huge_page_to_list(page
, NULL
);
143 void deferred_split_huge_page(struct page
*page
);
145 void __split_huge_pmd(struct vm_area_struct
*vma
, pmd_t
*pmd
,
146 unsigned long address
, bool freeze
, struct page
*page
);
148 #define split_huge_pmd(__vma, __pmd, __address) \
150 pmd_t *____pmd = (__pmd); \
151 if (is_swap_pmd(*____pmd) || pmd_trans_huge(*____pmd) \
152 || pmd_devmap(*____pmd)) \
153 __split_huge_pmd(__vma, __pmd, __address, \
158 void split_huge_pmd_address(struct vm_area_struct
*vma
, unsigned long address
,
159 bool freeze
, struct page
*page
);
161 void __split_huge_pud(struct vm_area_struct
*vma
, pud_t
*pud
,
162 unsigned long address
);
164 #define split_huge_pud(__vma, __pud, __address) \
166 pud_t *____pud = (__pud); \
167 if (pud_trans_huge(*____pud) \
168 || pud_devmap(*____pud)) \
169 __split_huge_pud(__vma, __pud, __address); \
172 extern int hugepage_madvise(struct vm_area_struct
*vma
,
173 unsigned long *vm_flags
, int advice
);
174 extern void vma_adjust_trans_huge(struct vm_area_struct
*vma
,
178 extern spinlock_t
*__pmd_trans_huge_lock(pmd_t
*pmd
,
179 struct vm_area_struct
*vma
);
180 extern spinlock_t
*__pud_trans_huge_lock(pud_t
*pud
,
181 struct vm_area_struct
*vma
);
183 static inline int is_swap_pmd(pmd_t pmd
)
185 return !pmd_none(pmd
) && !pmd_present(pmd
);
188 /* mmap_sem must be held on entry */
189 static inline spinlock_t
*pmd_trans_huge_lock(pmd_t
*pmd
,
190 struct vm_area_struct
*vma
)
192 VM_BUG_ON_VMA(!rwsem_is_locked(&vma
->vm_mm
->mmap_sem
), vma
);
193 if (is_swap_pmd(*pmd
) || pmd_trans_huge(*pmd
) || pmd_devmap(*pmd
))
194 return __pmd_trans_huge_lock(pmd
, vma
);
198 static inline spinlock_t
*pud_trans_huge_lock(pud_t
*pud
,
199 struct vm_area_struct
*vma
)
201 VM_BUG_ON_VMA(!rwsem_is_locked(&vma
->vm_mm
->mmap_sem
), vma
);
202 if (pud_trans_huge(*pud
) || pud_devmap(*pud
))
203 return __pud_trans_huge_lock(pud
, vma
);
207 static inline int hpage_nr_pages(struct page
*page
)
209 if (unlikely(PageTransHuge(page
)))
214 struct page
*follow_devmap_pmd(struct vm_area_struct
*vma
, unsigned long addr
,
215 pmd_t
*pmd
, int flags
);
216 struct page
*follow_devmap_pud(struct vm_area_struct
*vma
, unsigned long addr
,
217 pud_t
*pud
, int flags
);
219 extern int do_huge_pmd_numa_page(struct vm_fault
*vmf
, pmd_t orig_pmd
);
221 extern struct page
*huge_zero_page
;
223 static inline bool is_huge_zero_page(struct page
*page
)
225 return READ_ONCE(huge_zero_page
) == page
;
228 static inline bool is_huge_zero_pmd(pmd_t pmd
)
230 return is_huge_zero_page(pmd_page(pmd
));
233 static inline bool is_huge_zero_pud(pud_t pud
)
238 struct page
*mm_get_huge_zero_page(struct mm_struct
*mm
);
239 void mm_put_huge_zero_page(struct mm_struct
*mm
);
241 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot))
243 static inline bool thp_migration_supported(void)
245 return IS_ENABLED(CONFIG_ARCH_ENABLE_THP_MIGRATION
);
248 #else /* CONFIG_TRANSPARENT_HUGEPAGE */
249 #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; })
250 #define HPAGE_PMD_MASK ({ BUILD_BUG(); 0; })
251 #define HPAGE_PMD_SIZE ({ BUILD_BUG(); 0; })
253 #define HPAGE_PUD_SHIFT ({ BUILD_BUG(); 0; })
254 #define HPAGE_PUD_MASK ({ BUILD_BUG(); 0; })
255 #define HPAGE_PUD_SIZE ({ BUILD_BUG(); 0; })
257 #define hpage_nr_pages(x) 1
259 static inline bool transparent_hugepage_enabled(struct vm_area_struct
*vma
)
264 static inline void prep_transhuge_page(struct page
*page
) {}
266 #define transparent_hugepage_flags 0UL
268 #define thp_get_unmapped_area NULL
271 can_split_huge_page(struct page
*page
, int *pextra_pins
)
277 split_huge_page_to_list(struct page
*page
, struct list_head
*list
)
281 static inline int split_huge_page(struct page
*page
)
285 static inline void deferred_split_huge_page(struct page
*page
) {}
286 #define split_huge_pmd(__vma, __pmd, __address) \
289 static inline void __split_huge_pmd(struct vm_area_struct
*vma
, pmd_t
*pmd
,
290 unsigned long address
, bool freeze
, struct page
*page
) {}
291 static inline void split_huge_pmd_address(struct vm_area_struct
*vma
,
292 unsigned long address
, bool freeze
, struct page
*page
) {}
294 #define split_huge_pud(__vma, __pmd, __address) \
297 static inline int hugepage_madvise(struct vm_area_struct
*vma
,
298 unsigned long *vm_flags
, int advice
)
303 static inline void vma_adjust_trans_huge(struct vm_area_struct
*vma
,
309 static inline int is_swap_pmd(pmd_t pmd
)
313 static inline spinlock_t
*pmd_trans_huge_lock(pmd_t
*pmd
,
314 struct vm_area_struct
*vma
)
318 static inline spinlock_t
*pud_trans_huge_lock(pud_t
*pud
,
319 struct vm_area_struct
*vma
)
324 static inline int do_huge_pmd_numa_page(struct vm_fault
*vmf
, pmd_t orig_pmd
)
329 static inline bool is_huge_zero_page(struct page
*page
)
334 static inline bool is_huge_zero_pud(pud_t pud
)
339 static inline void mm_put_huge_zero_page(struct mm_struct
*mm
)
344 static inline struct page
*follow_devmap_pmd(struct vm_area_struct
*vma
,
345 unsigned long addr
, pmd_t
*pmd
, int flags
)
350 static inline struct page
*follow_devmap_pud(struct vm_area_struct
*vma
,
351 unsigned long addr
, pud_t
*pud
, int flags
)
356 static inline bool thp_migration_supported(void)
360 #endif /* CONFIG_TRANSPARENT_HUGEPAGE */
362 #endif /* _LINUX_HUGE_MM_H */