159d2012cdb1c2ef7f591761db0d6e6fea89440f
[linux-2.6-block.git] / include / linux / hugetlb.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_HUGETLB_H
3 #define _LINUX_HUGETLB_H
4
5 #include <linux/mm_types.h>
6 #include <linux/mmdebug.h>
7 #include <linux/fs.h>
8 #include <linux/hugetlb_inline.h>
9 #include <linux/cgroup.h>
10 #include <linux/list.h>
11 #include <linux/kref.h>
12 #include <asm/pgtable.h>
13
14 struct ctl_table;
15 struct user_struct;
16 struct mmu_gather;
17
18 #ifndef is_hugepd
19 typedef struct { unsigned long pd; } hugepd_t;
20 #define is_hugepd(hugepd) (0)
21 #define __hugepd(x) ((hugepd_t) { (x) })
22 #endif
23
24 #ifdef CONFIG_HUGETLB_PAGE
25
26 #include <linux/mempolicy.h>
27 #include <linux/shm.h>
28 #include <asm/tlbflush.h>
29
30 struct hugepage_subpool {
31         spinlock_t lock;
32         long count;
33         long max_hpages;        /* Maximum huge pages or -1 if no maximum. */
34         long used_hpages;       /* Used count against maximum, includes */
35                                 /* both alloced and reserved pages. */
36         struct hstate *hstate;
37         long min_hpages;        /* Minimum huge pages or -1 if no minimum. */
38         long rsv_hpages;        /* Pages reserved against global pool to */
39                                 /* sasitfy minimum size. */
40 };
41
42 struct resv_map {
43         struct kref refs;
44         spinlock_t lock;
45         struct list_head regions;
46         long adds_in_progress;
47         struct list_head region_cache;
48         long region_cache_count;
49 };
50 extern struct resv_map *resv_map_alloc(void);
51 void resv_map_release(struct kref *ref);
52
53 extern spinlock_t hugetlb_lock;
54 extern int hugetlb_max_hstate __read_mostly;
55 #define for_each_hstate(h) \
56         for ((h) = hstates; (h) < &hstates[hugetlb_max_hstate]; (h)++)
57
58 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages,
59                                                 long min_hpages);
60 void hugepage_put_subpool(struct hugepage_subpool *spool);
61
62 void reset_vma_resv_huge_pages(struct vm_area_struct *vma);
63 int hugetlb_sysctl_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
64 int hugetlb_overcommit_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
65 int hugetlb_treat_movable_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
66
67 #ifdef CONFIG_NUMA
68 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *, int,
69                                         void __user *, size_t *, loff_t *);
70 #endif
71
72 int copy_hugetlb_page_range(struct mm_struct *, struct mm_struct *, struct vm_area_struct *);
73 long follow_hugetlb_page(struct mm_struct *, struct vm_area_struct *,
74                          struct page **, struct vm_area_struct **,
75                          unsigned long *, unsigned long *, long, unsigned int,
76                          int *);
77 void unmap_hugepage_range(struct vm_area_struct *,
78                           unsigned long, unsigned long, struct page *);
79 void __unmap_hugepage_range_final(struct mmu_gather *tlb,
80                           struct vm_area_struct *vma,
81                           unsigned long start, unsigned long end,
82                           struct page *ref_page);
83 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
84                                 unsigned long start, unsigned long end,
85                                 struct page *ref_page);
86 void hugetlb_report_meminfo(struct seq_file *);
87 int hugetlb_report_node_meminfo(int, char *);
88 void hugetlb_show_meminfo(void);
89 unsigned long hugetlb_total_pages(void);
90 vm_fault_t hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
91                         unsigned long address, unsigned int flags);
92 int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, pte_t *dst_pte,
93                                 struct vm_area_struct *dst_vma,
94                                 unsigned long dst_addr,
95                                 unsigned long src_addr,
96                                 struct page **pagep);
97 int hugetlb_reserve_pages(struct inode *inode, long from, long to,
98                                                 struct vm_area_struct *vma,
99                                                 vm_flags_t vm_flags);
100 long hugetlb_unreserve_pages(struct inode *inode, long start, long end,
101                                                 long freed);
102 bool isolate_huge_page(struct page *page, struct list_head *list);
103 void putback_active_hugepage(struct page *page);
104 void move_hugetlb_state(struct page *oldpage, struct page *newpage, int reason);
105 void free_huge_page(struct page *page);
106 void hugetlb_fix_reserve_counts(struct inode *inode);
107 extern struct mutex *hugetlb_fault_mutex_table;
108 u32 hugetlb_fault_mutex_hash(struct hstate *h, struct address_space *mapping,
109                                 pgoff_t idx);
110
111 pte_t *huge_pmd_share(struct mm_struct *mm, unsigned long addr, pud_t *pud);
112
113 extern int sysctl_hugetlb_shm_group;
114 extern struct list_head huge_boot_pages;
115
116 /* arch callbacks */
117
118 pte_t *huge_pte_alloc(struct mm_struct *mm,
119                         unsigned long addr, unsigned long sz);
120 pte_t *huge_pte_offset(struct mm_struct *mm,
121                        unsigned long addr, unsigned long sz);
122 int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep);
123 void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,
124                                 unsigned long *start, unsigned long *end);
125 struct page *follow_huge_addr(struct mm_struct *mm, unsigned long address,
126                               int write);
127 struct page *follow_huge_pd(struct vm_area_struct *vma,
128                             unsigned long address, hugepd_t hpd,
129                             int flags, int pdshift);
130 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address,
131                                 pmd_t *pmd, int flags);
132 struct page *follow_huge_pud(struct mm_struct *mm, unsigned long address,
133                                 pud_t *pud, int flags);
134 struct page *follow_huge_pgd(struct mm_struct *mm, unsigned long address,
135                              pgd_t *pgd, int flags);
136
137 int pmd_huge(pmd_t pmd);
138 int pud_huge(pud_t pud);
139 unsigned long hugetlb_change_protection(struct vm_area_struct *vma,
140                 unsigned long address, unsigned long end, pgprot_t newprot);
141
142 bool is_hugetlb_entry_migration(pte_t pte);
143
144 #else /* !CONFIG_HUGETLB_PAGE */
145
146 static inline void reset_vma_resv_huge_pages(struct vm_area_struct *vma)
147 {
148 }
149
150 static inline unsigned long hugetlb_total_pages(void)
151 {
152         return 0;
153 }
154
155 static inline int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr,
156                                         pte_t *ptep)
157 {
158         return 0;
159 }
160
161 static inline void adjust_range_if_pmd_sharing_possible(
162                                 struct vm_area_struct *vma,
163                                 unsigned long *start, unsigned long *end)
164 {
165 }
166
167 static inline long follow_hugetlb_page(struct mm_struct *mm,
168                         struct vm_area_struct *vma, struct page **pages,
169                         struct vm_area_struct **vmas, unsigned long *position,
170                         unsigned long *nr_pages, long i, unsigned int flags,
171                         int *nonblocking)
172 {
173         BUG();
174         return 0;
175 }
176
177 static inline struct page *follow_huge_addr(struct mm_struct *mm,
178                                         unsigned long address, int write)
179 {
180         return ERR_PTR(-EINVAL);
181 }
182
183 static inline int copy_hugetlb_page_range(struct mm_struct *dst,
184                         struct mm_struct *src, struct vm_area_struct *vma)
185 {
186         BUG();
187         return 0;
188 }
189
190 static inline void hugetlb_report_meminfo(struct seq_file *m)
191 {
192 }
193
194 static inline int hugetlb_report_node_meminfo(int nid, char *buf)
195 {
196         return 0;
197 }
198
199 static inline void hugetlb_show_meminfo(void)
200 {
201 }
202
203 static inline struct page *follow_huge_pd(struct vm_area_struct *vma,
204                                 unsigned long address, hugepd_t hpd, int flags,
205                                 int pdshift)
206 {
207         return NULL;
208 }
209
210 static inline struct page *follow_huge_pmd(struct mm_struct *mm,
211                                 unsigned long address, pmd_t *pmd, int flags)
212 {
213         return NULL;
214 }
215
216 static inline struct page *follow_huge_pud(struct mm_struct *mm,
217                                 unsigned long address, pud_t *pud, int flags)
218 {
219         return NULL;
220 }
221
222 static inline struct page *follow_huge_pgd(struct mm_struct *mm,
223                                 unsigned long address, pgd_t *pgd, int flags)
224 {
225         return NULL;
226 }
227
228 static inline int prepare_hugepage_range(struct file *file,
229                                 unsigned long addr, unsigned long len)
230 {
231         return -EINVAL;
232 }
233
234 static inline int pmd_huge(pmd_t pmd)
235 {
236         return 0;
237 }
238
239 static inline int pud_huge(pud_t pud)
240 {
241         return 0;
242 }
243
244 static inline int is_hugepage_only_range(struct mm_struct *mm,
245                                         unsigned long addr, unsigned long len)
246 {
247         return 0;
248 }
249
250 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb,
251                                 unsigned long addr, unsigned long end,
252                                 unsigned long floor, unsigned long ceiling)
253 {
254         BUG();
255 }
256
257 static inline int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm,
258                                                 pte_t *dst_pte,
259                                                 struct vm_area_struct *dst_vma,
260                                                 unsigned long dst_addr,
261                                                 unsigned long src_addr,
262                                                 struct page **pagep)
263 {
264         BUG();
265         return 0;
266 }
267
268 static inline pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr,
269                                         unsigned long sz)
270 {
271         return NULL;
272 }
273
274 static inline bool isolate_huge_page(struct page *page, struct list_head *list)
275 {
276         return false;
277 }
278
279 static inline void putback_active_hugepage(struct page *page)
280 {
281 }
282
283 static inline void move_hugetlb_state(struct page *oldpage,
284                                         struct page *newpage, int reason)
285 {
286 }
287
288 static inline unsigned long hugetlb_change_protection(
289                         struct vm_area_struct *vma, unsigned long address,
290                         unsigned long end, pgprot_t newprot)
291 {
292         return 0;
293 }
294
295 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb,
296                         struct vm_area_struct *vma, unsigned long start,
297                         unsigned long end, struct page *ref_page)
298 {
299         BUG();
300 }
301
302 static inline void __unmap_hugepage_range(struct mmu_gather *tlb,
303                         struct vm_area_struct *vma, unsigned long start,
304                         unsigned long end, struct page *ref_page)
305 {
306         BUG();
307 }
308
309 static inline vm_fault_t hugetlb_fault(struct mm_struct *mm,
310                         struct vm_area_struct *vma, unsigned long address,
311                         unsigned int flags)
312 {
313         BUG();
314         return 0;
315 }
316
317 #endif /* !CONFIG_HUGETLB_PAGE */
318 /*
319  * hugepages at page global directory. If arch support
320  * hugepages at pgd level, they need to define this.
321  */
322 #ifndef pgd_huge
323 #define pgd_huge(x)     0
324 #endif
325 #ifndef p4d_huge
326 #define p4d_huge(x)     0
327 #endif
328
329 #ifndef pgd_write
330 static inline int pgd_write(pgd_t pgd)
331 {
332         BUG();
333         return 0;
334 }
335 #endif
336
337 #define HUGETLB_ANON_FILE "anon_hugepage"
338
339 enum {
340         /*
341          * The file will be used as an shm file so shmfs accounting rules
342          * apply
343          */
344         HUGETLB_SHMFS_INODE     = 1,
345         /*
346          * The file is being created on the internal vfs mount and shmfs
347          * accounting rules do not apply
348          */
349         HUGETLB_ANONHUGE_INODE  = 2,
350 };
351
352 #ifdef CONFIG_HUGETLBFS
353 struct hugetlbfs_sb_info {
354         long    max_inodes;   /* inodes allowed */
355         long    free_inodes;  /* inodes free */
356         spinlock_t      stat_lock;
357         struct hstate *hstate;
358         struct hugepage_subpool *spool;
359         kuid_t  uid;
360         kgid_t  gid;
361         umode_t mode;
362 };
363
364 static inline struct hugetlbfs_sb_info *HUGETLBFS_SB(struct super_block *sb)
365 {
366         return sb->s_fs_info;
367 }
368
369 struct hugetlbfs_inode_info {
370         struct shared_policy policy;
371         struct inode vfs_inode;
372         unsigned int seals;
373 };
374
375 static inline struct hugetlbfs_inode_info *HUGETLBFS_I(struct inode *inode)
376 {
377         return container_of(inode, struct hugetlbfs_inode_info, vfs_inode);
378 }
379
380 extern const struct file_operations hugetlbfs_file_operations;
381 extern const struct vm_operations_struct hugetlb_vm_ops;
382 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct,
383                                 struct user_struct **user, int creat_flags,
384                                 int page_size_log);
385
386 static inline bool is_file_hugepages(struct file *file)
387 {
388         if (file->f_op == &hugetlbfs_file_operations)
389                 return true;
390
391         return is_file_shm_hugepages(file);
392 }
393
394
395 #else /* !CONFIG_HUGETLBFS */
396
397 #define is_file_hugepages(file)                 false
398 static inline struct file *
399 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag,
400                 struct user_struct **user, int creat_flags,
401                 int page_size_log)
402 {
403         return ERR_PTR(-ENOSYS);
404 }
405
406 #endif /* !CONFIG_HUGETLBFS */
407
408 #ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA
409 unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
410                                         unsigned long len, unsigned long pgoff,
411                                         unsigned long flags);
412 #endif /* HAVE_ARCH_HUGETLB_UNMAPPED_AREA */
413
414 #ifdef CONFIG_HUGETLB_PAGE
415
416 #define HSTATE_NAME_LEN 32
417 /* Defines one hugetlb page size */
418 struct hstate {
419         int next_nid_to_alloc;
420         int next_nid_to_free;
421         unsigned int order;
422         unsigned long mask;
423         unsigned long max_huge_pages;
424         unsigned long nr_huge_pages;
425         unsigned long free_huge_pages;
426         unsigned long resv_huge_pages;
427         unsigned long surplus_huge_pages;
428         unsigned long nr_overcommit_huge_pages;
429         struct list_head hugepage_activelist;
430         struct list_head hugepage_freelists[MAX_NUMNODES];
431         unsigned int nr_huge_pages_node[MAX_NUMNODES];
432         unsigned int free_huge_pages_node[MAX_NUMNODES];
433         unsigned int surplus_huge_pages_node[MAX_NUMNODES];
434 #ifdef CONFIG_CGROUP_HUGETLB
435         /* cgroup control files */
436         struct cftype cgroup_files[5];
437 #endif
438         char name[HSTATE_NAME_LEN];
439 };
440
441 struct huge_bootmem_page {
442         struct list_head list;
443         struct hstate *hstate;
444 };
445
446 struct page *alloc_huge_page(struct vm_area_struct *vma,
447                                 unsigned long addr, int avoid_reserve);
448 struct page *alloc_huge_page_node(struct hstate *h, int nid);
449 struct page *alloc_huge_page_nodemask(struct hstate *h, int preferred_nid,
450                                 nodemask_t *nmask);
451 struct page *alloc_huge_page_vma(struct hstate *h, struct vm_area_struct *vma,
452                                 unsigned long address);
453 struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask,
454                                      int nid, nodemask_t *nmask);
455 int huge_add_to_page_cache(struct page *page, struct address_space *mapping,
456                         pgoff_t idx);
457
458 /* arch callback */
459 int __init __alloc_bootmem_huge_page(struct hstate *h);
460 int __init alloc_bootmem_huge_page(struct hstate *h);
461
462 void __init hugetlb_bad_size(void);
463 void __init hugetlb_add_hstate(unsigned order);
464 struct hstate *size_to_hstate(unsigned long size);
465
466 #ifndef HUGE_MAX_HSTATE
467 #define HUGE_MAX_HSTATE 1
468 #endif
469
470 extern struct hstate hstates[HUGE_MAX_HSTATE];
471 extern unsigned int default_hstate_idx;
472
473 #define default_hstate (hstates[default_hstate_idx])
474
475 static inline struct hstate *hstate_inode(struct inode *i)
476 {
477         return HUGETLBFS_SB(i->i_sb)->hstate;
478 }
479
480 static inline struct hstate *hstate_file(struct file *f)
481 {
482         return hstate_inode(file_inode(f));
483 }
484
485 static inline struct hstate *hstate_sizelog(int page_size_log)
486 {
487         if (!page_size_log)
488                 return &default_hstate;
489
490         return size_to_hstate(1UL << page_size_log);
491 }
492
493 static inline struct hstate *hstate_vma(struct vm_area_struct *vma)
494 {
495         return hstate_file(vma->vm_file);
496 }
497
498 static inline unsigned long huge_page_size(struct hstate *h)
499 {
500         return (unsigned long)PAGE_SIZE << h->order;
501 }
502
503 extern unsigned long vma_kernel_pagesize(struct vm_area_struct *vma);
504
505 extern unsigned long vma_mmu_pagesize(struct vm_area_struct *vma);
506
507 static inline unsigned long huge_page_mask(struct hstate *h)
508 {
509         return h->mask;
510 }
511
512 static inline unsigned int huge_page_order(struct hstate *h)
513 {
514         return h->order;
515 }
516
517 static inline unsigned huge_page_shift(struct hstate *h)
518 {
519         return h->order + PAGE_SHIFT;
520 }
521
522 static inline bool hstate_is_gigantic(struct hstate *h)
523 {
524         return huge_page_order(h) >= MAX_ORDER;
525 }
526
527 static inline unsigned int pages_per_huge_page(struct hstate *h)
528 {
529         return 1 << h->order;
530 }
531
532 static inline unsigned int blocks_per_huge_page(struct hstate *h)
533 {
534         return huge_page_size(h) / 512;
535 }
536
537 #include <asm/hugetlb.h>
538
539 #ifndef arch_make_huge_pte
540 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
541                                        struct page *page, int writable)
542 {
543         return entry;
544 }
545 #endif
546
547 static inline struct hstate *page_hstate(struct page *page)
548 {
549         VM_BUG_ON_PAGE(!PageHuge(page), page);
550         return size_to_hstate(page_size(page));
551 }
552
553 static inline unsigned hstate_index_to_shift(unsigned index)
554 {
555         return hstates[index].order + PAGE_SHIFT;
556 }
557
558 static inline int hstate_index(struct hstate *h)
559 {
560         return h - hstates;
561 }
562
563 pgoff_t __basepage_index(struct page *page);
564
565 /* Return page->index in PAGE_SIZE units */
566 static inline pgoff_t basepage_index(struct page *page)
567 {
568         if (!PageCompound(page))
569                 return page->index;
570
571         return __basepage_index(page);
572 }
573
574 extern int dissolve_free_huge_page(struct page *page);
575 extern int dissolve_free_huge_pages(unsigned long start_pfn,
576                                     unsigned long end_pfn);
577
578 #ifdef CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
579 #ifndef arch_hugetlb_migration_supported
580 static inline bool arch_hugetlb_migration_supported(struct hstate *h)
581 {
582         if ((huge_page_shift(h) == PMD_SHIFT) ||
583                 (huge_page_shift(h) == PUD_SHIFT) ||
584                         (huge_page_shift(h) == PGDIR_SHIFT))
585                 return true;
586         else
587                 return false;
588 }
589 #endif
590 #else
591 static inline bool arch_hugetlb_migration_supported(struct hstate *h)
592 {
593         return false;
594 }
595 #endif
596
597 static inline bool hugepage_migration_supported(struct hstate *h)
598 {
599         return arch_hugetlb_migration_supported(h);
600 }
601
602 /*
603  * Movability check is different as compared to migration check.
604  * It determines whether or not a huge page should be placed on
605  * movable zone or not. Movability of any huge page should be
606  * required only if huge page size is supported for migration.
607  * There wont be any reason for the huge page to be movable if
608  * it is not migratable to start with. Also the size of the huge
609  * page should be large enough to be placed under a movable zone
610  * and still feasible enough to be migratable. Just the presence
611  * in movable zone does not make the migration feasible.
612  *
613  * So even though large huge page sizes like the gigantic ones
614  * are migratable they should not be movable because its not
615  * feasible to migrate them from movable zone.
616  */
617 static inline bool hugepage_movable_supported(struct hstate *h)
618 {
619         if (!hugepage_migration_supported(h))
620                 return false;
621
622         if (hstate_is_gigantic(h))
623                 return false;
624         return true;
625 }
626
627 static inline spinlock_t *huge_pte_lockptr(struct hstate *h,
628                                            struct mm_struct *mm, pte_t *pte)
629 {
630         if (huge_page_size(h) == PMD_SIZE)
631                 return pmd_lockptr(mm, (pmd_t *) pte);
632         VM_BUG_ON(huge_page_size(h) == PAGE_SIZE);
633         return &mm->page_table_lock;
634 }
635
636 #ifndef hugepages_supported
637 /*
638  * Some platform decide whether they support huge pages at boot
639  * time. Some of them, such as powerpc, set HPAGE_SHIFT to 0
640  * when there is no such support
641  */
642 #define hugepages_supported() (HPAGE_SHIFT != 0)
643 #endif
644
645 void hugetlb_report_usage(struct seq_file *m, struct mm_struct *mm);
646
647 static inline void hugetlb_count_add(long l, struct mm_struct *mm)
648 {
649         atomic_long_add(l, &mm->hugetlb_usage);
650 }
651
652 static inline void hugetlb_count_sub(long l, struct mm_struct *mm)
653 {
654         atomic_long_sub(l, &mm->hugetlb_usage);
655 }
656
657 #ifndef set_huge_swap_pte_at
658 static inline void set_huge_swap_pte_at(struct mm_struct *mm, unsigned long addr,
659                                         pte_t *ptep, pte_t pte, unsigned long sz)
660 {
661         set_huge_pte_at(mm, addr, ptep, pte);
662 }
663 #endif
664
665 #ifndef huge_ptep_modify_prot_start
666 #define huge_ptep_modify_prot_start huge_ptep_modify_prot_start
667 static inline pte_t huge_ptep_modify_prot_start(struct vm_area_struct *vma,
668                                                 unsigned long addr, pte_t *ptep)
669 {
670         return huge_ptep_get_and_clear(vma->vm_mm, addr, ptep);
671 }
672 #endif
673
674 #ifndef huge_ptep_modify_prot_commit
675 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit
676 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma,
677                                                 unsigned long addr, pte_t *ptep,
678                                                 pte_t old_pte, pte_t pte)
679 {
680         set_huge_pte_at(vma->vm_mm, addr, ptep, pte);
681 }
682 #endif
683
684 #else   /* CONFIG_HUGETLB_PAGE */
685 struct hstate {};
686
687 static inline struct page *alloc_huge_page(struct vm_area_struct *vma,
688                                            unsigned long addr,
689                                            int avoid_reserve)
690 {
691         return NULL;
692 }
693
694 static inline struct page *alloc_huge_page_node(struct hstate *h, int nid)
695 {
696         return NULL;
697 }
698
699 static inline struct page *
700 alloc_huge_page_nodemask(struct hstate *h, int preferred_nid, nodemask_t *nmask)
701 {
702         return NULL;
703 }
704
705 static inline struct page *alloc_huge_page_vma(struct hstate *h,
706                                                struct vm_area_struct *vma,
707                                                unsigned long address)
708 {
709         return NULL;
710 }
711
712 static inline int __alloc_bootmem_huge_page(struct hstate *h)
713 {
714         return 0;
715 }
716
717 static inline struct hstate *hstate_file(struct file *f)
718 {
719         return NULL;
720 }
721
722 static inline struct hstate *hstate_sizelog(int page_size_log)
723 {
724         return NULL;
725 }
726
727 static inline struct hstate *hstate_vma(struct vm_area_struct *vma)
728 {
729         return NULL;
730 }
731
732 static inline struct hstate *hstate_inode(struct inode *i)
733 {
734         return NULL;
735 }
736
737 static inline struct hstate *page_hstate(struct page *page)
738 {
739         return NULL;
740 }
741
742 static inline unsigned long huge_page_size(struct hstate *h)
743 {
744         return PAGE_SIZE;
745 }
746
747 static inline unsigned long huge_page_mask(struct hstate *h)
748 {
749         return PAGE_MASK;
750 }
751
752 static inline unsigned long vma_kernel_pagesize(struct vm_area_struct *vma)
753 {
754         return PAGE_SIZE;
755 }
756
757 static inline unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
758 {
759         return PAGE_SIZE;
760 }
761
762 static inline unsigned int huge_page_order(struct hstate *h)
763 {
764         return 0;
765 }
766
767 static inline unsigned int huge_page_shift(struct hstate *h)
768 {
769         return PAGE_SHIFT;
770 }
771
772 static inline bool hstate_is_gigantic(struct hstate *h)
773 {
774         return false;
775 }
776
777 static inline unsigned int pages_per_huge_page(struct hstate *h)
778 {
779         return 1;
780 }
781
782 static inline unsigned hstate_index_to_shift(unsigned index)
783 {
784         return 0;
785 }
786
787 static inline int hstate_index(struct hstate *h)
788 {
789         return 0;
790 }
791
792 static inline pgoff_t basepage_index(struct page *page)
793 {
794         return page->index;
795 }
796
797 static inline int dissolve_free_huge_page(struct page *page)
798 {
799         return 0;
800 }
801
802 static inline int dissolve_free_huge_pages(unsigned long start_pfn,
803                                            unsigned long end_pfn)
804 {
805         return 0;
806 }
807
808 static inline bool hugepage_migration_supported(struct hstate *h)
809 {
810         return false;
811 }
812
813 static inline bool hugepage_movable_supported(struct hstate *h)
814 {
815         return false;
816 }
817
818 static inline spinlock_t *huge_pte_lockptr(struct hstate *h,
819                                            struct mm_struct *mm, pte_t *pte)
820 {
821         return &mm->page_table_lock;
822 }
823
824 static inline void hugetlb_report_usage(struct seq_file *f, struct mm_struct *m)
825 {
826 }
827
828 static inline void hugetlb_count_sub(long l, struct mm_struct *mm)
829 {
830 }
831
832 static inline void set_huge_swap_pte_at(struct mm_struct *mm, unsigned long addr,
833                                         pte_t *ptep, pte_t pte, unsigned long sz)
834 {
835 }
836 #endif  /* CONFIG_HUGETLB_PAGE */
837
838 static inline spinlock_t *huge_pte_lock(struct hstate *h,
839                                         struct mm_struct *mm, pte_t *pte)
840 {
841         spinlock_t *ptl;
842
843         ptl = huge_pte_lockptr(h, mm, pte);
844         spin_lock(ptl);
845         return ptl;
846 }
847
848 #endif /* _LINUX_HUGETLB_H */