Searched refs:hwpoison_filter (Results 1 – 3 of 3) sorted by relevance
52 err = hwpoison_filter(hpage); in hwpoison_inject()
160 int hwpoison_filter(struct page *p) in hwpoison_filter() function177 int hwpoison_filter(struct page *p) in hwpoison_filter() function183 EXPORT_SYMBOL_GPL(hwpoison_filter);1163 if ((hwpoison_filter(p) && TestClearPageHWPoison(p)) in memory_failure()1239 if (hwpoison_filter(p)) { in memory_failure()
406 extern int hwpoison_filter(struct page *p);