Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dpage.c205 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
/openbmc/linux/include/linux/
H A Dpage-flags.h129 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
594 #define __PG_HWPOISON (1UL << PG_hwpoison)
/openbmc/linux/kernel/
H A Dcrash_core.c673 VMCOREINFO_NUMBER(PG_hwpoison); in crash_save_vmcoreinfo_init()