Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmm.h3856 extern int __get_huge_page_for_hwpoison(unsigned long pfn, int flags,
3866 static inline int __get_huge_page_for_hwpoison(unsigned long pfn, int flags, in __get_huge_page_for_hwpoison() function
/openbmc/linux/mm/
H A Dmemory-failure.c1984 int __get_huge_page_for_hwpoison(unsigned long pfn, int flags, in __get_huge_page_for_hwpoison() function
H A Dhugetlb.c7247 ret = __get_huge_page_for_hwpoison(pfn, flags, migratable_cleared); in get_huge_page_for_hwpoison()