Home
last modified time | relevance | path

Searched refs:arch_hugetlb_migration_supported (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dhugetlb.h16 #define arch_hugetlb_migration_supported arch_hugetlb_migration_supported macro
17 extern bool arch_hugetlb_migration_supported(struct hstate *h);
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h647 #ifndef arch_hugetlb_migration_supported
648 static inline bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function
659 static inline bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function
667 return arch_hugetlb_migration_supported(h); in hugepage_migration_supported()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dhugetlbpage.c60 bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function