Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpage-flags.h106 PG_hwpoison, /* hardware poisoned page. Don't touch */ enumerator
271 #define __PG_HWPOISON (1UL << PG_hwpoison)
/linux-3.4.99/fs/proc/
Dpage.c156 u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
/linux-3.4.99/mm/
Dpage_alloc.c5665 {1UL << PG_hwpoison, "hwpoison" },