Searched refs:arch_hugetlb_migration_supported (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dhugetlb.h15 bool arch_hugetlb_migration_supported(struct hstate *h);
16 #define arch_hugetlb_migration_supported arch_hugetlb_migration_supported macro
/linux-master/arch/arm64/include/asm/
H A Dhugetlb.h17 #define arch_hugetlb_migration_supported arch_hugetlb_migration_supported macro
18 extern bool arch_hugetlb_migration_supported(struct hstate *h);
/linux-master/include/linux/
H A Dhugetlb.h904 #ifndef arch_hugetlb_migration_supported
905 static inline bool arch_hugetlb_migration_supported(struct hstate *h) function
916 static inline bool arch_hugetlb_migration_supported(struct hstate *h) function
924 return arch_hugetlb_migration_supported(h);
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c430 bool arch_hugetlb_migration_supported(struct hstate *h) function
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c69 bool arch_hugetlb_migration_supported(struct hstate *h) function

Completed in 232 milliseconds