Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dmmflags.h127 IF_HAVE_PG_HWPOISON(PG_hwpoison, "hwpoison" ) \
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h133 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
452 #define __PG_HWPOISON (1UL << PG_hwpoison)
/kernel/linux/linux-5.10/fs/proc/
Dpage.c207 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
/kernel/linux/linux-5.10/kernel/
Dcrash_core.c510 VMCOREINFO_NUMBER(PG_hwpoison); in crash_save_vmcoreinfo_init()