Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhugetlb.h36 static inline bool gigantic_page_supported(void) in gigantic_page_supported() function
/Linux-v4.19/arch/x86/include/asm/
Dhugetlb.h90 static inline bool gigantic_page_supported(void) { return true; } in gigantic_page_supported() function
/Linux-v4.19/arch/arm64/include/asm/
Dhugetlb.h94 static inline bool gigantic_page_supported(void) { return true; } in gigantic_page_supported() function
/Linux-v4.19/arch/s390/include/asm/
Dhugetlb.h120 static inline bool gigantic_page_supported(void) { return true; } in gigantic_page_supported() function
/Linux-v4.19/mm/
Dhugetlb.c1147 static inline bool gigantic_page_supported(void) { return false; } in gigantic_page_supported() function
1159 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in update_and_free_page()
2283 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in set_max_huge_pages()
2406 if (hstate_is_gigantic(h) && !gigantic_page_supported()) { in __nr_hugepages_store_common()