Home
last modified time | relevance | path

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

/arch/mips/include/uapi/asm/
Derrno.h125 #define EHWPOISON 168 /* Memory page has hardware error */ macro
/arch/alpha/include/uapi/asm/
Derrno.h126 #define EHWPOISON 139 /* Memory page has hardware error */ macro
/arch/sparc/include/uapi/asm/
Derrno.h116 #define EHWPOISON 135 /* Memory page has hardware error */ macro
/arch/parisc/include/uapi/asm/
Derrno.h123 #define EHWPOISON 257 /* Memory page has hardware error */ macro
/arch/arm64/kvm/
Dmmu.c1215 if (ret == -EHWPOISON) { in pkvm_mem_abort()
/arch/x86/kernel/cpu/mce/
Dcore.c1277 if (ret == -EHWPOISON || ret == -EOPNOTSUPP) in kill_me_maybe()