Home
last modified time | relevance | path

Searched refs:EHWPOISON (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/asm-generic/
Derrno.h111 #define EHWPOISON 133 /* Memory page has hardware error */ macro
/linux-2.6.39/arch/parisc/include/asm/
Derrno.h125 #define EHWPOISON 257 /* Memory page has hardware error */ macro
/linux-2.6.39/arch/mips/include/asm/
Derrno.h124 #define EHWPOISON 168 /* Memory page has hardware error */ macro
/linux-2.6.39/arch/sparc/include/asm/
Derrno.h115 #define EHWPOISON 135 /* Memory page has hardware error */ macro
/linux-2.6.39/arch/alpha/include/asm/
Derrno.h125 #define EHWPOISON 139 /* Memory page has hardware error */ macro
/linux-2.6.39/virt/kvm/
Dkvm_main.c1057 return rc == -EHWPOISON; in check_user_page_hwpoison()
1114 if (npages == -EHWPOISON || in hva_to_pfn()
/linux-2.6.39/mm/
Dmemory.c1592 return -EHWPOISON; in __get_user_pages()