Searched refs:__PG_HWPOISON (Results 1 – 2 of 2) sorted by relevance
285 #define __PG_HWPOISON (1UL << PG_hwpoison) in PAGEFLAG() macro288 #define __PG_HWPOISON 0 in PAGEFLAG()613 (((1 << NR_PAGEFLAGS) - 1) & ~__PG_HWPOISON)
1365 if (unlikely(page->flags & __PG_HWPOISON)) { in check_new_page()1367 bad_flags = __PG_HWPOISON; in check_new_page()