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

/linux-master/kernel/
H A Dvmcore_info.c203 VMCOREINFO_NUMBER(PG_hwpoison);
/linux-master/fs/proc/
H A Dpage.c205 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison);
/linux-master/include/linux/
H A Dpage-flags.h35 * PG_hwpoison.
80 * PG_hwpoison indicates that a page got corrupted in hardware and contains
129 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator in enum:pageflags
620 #define __PG_HWPOISON (1UL << PG_hwpoison)

Completed in 132 milliseconds