Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drmap.h97 TTU_HWPOISON = 0x20, /* do convert pte to hwpoison entry */ enumerator
/openbmc/linux/mm/
H A Dmemory-failure.c1565 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC | TTU_HWPOISON; in hwpoison_user_mappings()
1590 ttu &= ~TTU_HWPOISON; in hwpoison_user_mappings()
1605 ttu &= ~TTU_HWPOISON; in hwpoison_user_mappings()
H A Drmap.c1631 if (PageHWPoison(subpage) && (flags & TTU_HWPOISON)) { in try_to_unmap_one()