]>
git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/hugetlb_inline.h
1 #ifndef _LINUX_HUGETLB_INLINE_H
2 #define _LINUX_HUGETLB_INLINE_H
4 #ifdef CONFIG_HUGETLB_PAGE
8 static inline bool is_vm_hugetlb_page(struct vm_area_struct
*vma
)
10 return !!(vma
->vm_flags
& VM_HUGETLB
);
15 static inline bool is_vm_hugetlb_page(struct vm_area_struct
*vma
)