Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/arm64/include/asm/
H A Dhugetlb.h18 #define arch_hugetlb_migration_supported arch_hugetlb_migration_supported macro
19 extern bool arch_hugetlb_migration_supported(struct hstate *h);
/linux-6.15/include/linux/
H A Dhugetlb.h878 #ifndef arch_hugetlb_migration_supported
879 static inline bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function
890 static inline bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function
898 return arch_hugetlb_migration_supported(h); in hugepage_migration_supported()
/linux-6.15/arch/riscv/mm/
H A Dhugetlbpage.c434 bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function
/linux-6.15/arch/arm64/mm/
H A Dhugetlbpage.c69 bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() function