Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drmap.h99 TTU_IGNORE_HWPOISON = 0x20, /* corrupted page is recoverable */ enumerator
/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c1024 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1040 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
H A Drmap.c1641 if (PageHWPoison(page) && !(flags & TTU_IGNORE_HWPOISON)) { in try_to_unmap_one()