Searched refs:TTU_IGNORE_HWPOISON (Results 1 – 3 of 3) sorted by relevance
91 TTU_IGNORE_HWPOISON = (1 << 10),/* corrupted page is recoverable */ enumerator
956 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()972 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1225 if (PageHWPoison(page) && !(flags & TTU_IGNORE_HWPOISON)) { in try_to_unmap_one()