Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm.h3936 extern int __get_huge_page_for_hwpoison(unsigned long pfn, int flags,
3945 static inline int __get_huge_page_for_hwpoison(unsigned long pfn, int flags, in __get_huge_page_for_hwpoison() function
/linux/mm/
H A Dmemory-failure.c2005 int __get_huge_page_for_hwpoison(unsigned long pfn, int flags, in __get_huge_page_for_hwpoison() function
H A Dhugetlb.c7432 ret = __get_huge_page_for_hwpoison(pfn, flags, migratable_cleared); in huge_pte_alloc()