Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dmmflags.h105 IF_HAVE_PG_HWPOISON(PG_hwpoison, "hwpoison" ) \
/linux-4.19.296/include/linux/
Dpage-flags.h98 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
371 #define __PG_HWPOISON (1UL << PG_hwpoison)
/linux-4.19.296/fs/proc/
Dpage.c189 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()