Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpage-flags.h102 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
285 #define __PG_HWPOISON (1UL << PG_hwpoison) in PAGEFLAG()
/linux-4.4.14/mm/
Ddebug.c41 {1UL << PG_hwpoison, "hwpoison" },
/linux-4.4.14/fs/proc/
Dpage.c179 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
/linux-4.4.14/kernel/
Dkexec_core.c1416 VMCOREINFO_NUMBER(PG_hwpoison); in crash_save_vmcoreinfo_init()