Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpage-flags.h107 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
286 #define __PG_HWPOISON (1UL << PG_hwpoison) in PAGEFLAG()
/linux-4.1.27/mm/
Ddebug.c46 {1UL << PG_hwpoison, "hwpoison" },
/linux-4.1.27/fs/proc/
Dpage.c170 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
/linux-4.1.27/kernel/
Dkexec.c2000 VMCOREINFO_NUMBER(PG_hwpoison); in crash_save_vmcoreinfo_init()