Searched refs:__PG_HWPOISON (Results 1 – 2 of 2) sorted by relevance
286 #define __PG_HWPOISON (1UL << PG_hwpoison) in PAGEFLAG() macro289 #define __PG_HWPOISON 0 in PAGEFLAG()646 (((1 << NR_PAGEFLAGS) - 1) & ~__PG_HWPOISON)
965 if (unlikely(page->flags & __PG_HWPOISON)) { in check_new_page()967 bad_flags = __PG_HWPOISON; in check_new_page()