Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Derrno.h121 #define EHWPOISON 133 /* Memory page has hardware error */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h121 #define EHWPOISON 133 /* Memory page has hardware error */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Derrno.h116 #define EHWPOISON 135 /* Memory page has hardware error */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Derrno.h125 #define EHWPOISON 257 /* Memory page has hardware error */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Derrno.h126 #define EHWPOISON 139 /* Memory page has hardware error */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Derrno.h125 #define EHWPOISON 168 /* Memory page has hardware error */ macro
/Linux-v5.4/tools/arch/mips/include/uapi/asm/
Derrno.h125 #define EHWPOISON 168 /* Memory page has hardware error */ macro
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/
Derrno.h126 #define EHWPOISON 139 /* Memory page has hardware error */ macro
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/
Derrno.h125 #define EHWPOISON 257 /* Memory page has hardware error */ macro
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/
Derrno.h116 #define EHWPOISON 135 /* Memory page has hardware error */ macro
/Linux-v5.4/drivers/nfc/nxp-nci/
Dfirmware.c269 return -EHWPOISON; in nxp_nci_fw_read_status()
/Linux-v5.4/mm/
Dgup.c855 case -EHWPOISON: in __get_user_pages()
/Linux-v5.4/virt/kvm/
Dkvm_main.c1504 return rc == -EHWPOISON; in check_user_page_hwpoison()
1672 if (npages == -EHWPOISON || in hva_to_pfn()
/Linux-v5.4/include/linux/
Dmm.h2625 return (foll_flags & FOLL_HWPOISON) ? -EHWPOISON : -EFAULT; in vm_fault_to_errno()