Searched refs:mem_err (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | apei.c | 29 void apei_mce_report_mem_error(int severity, struct cper_sec_mem_err *mem_err) in apei_mce_report_mem_error() argument 35 if (!(mem_err->validation_bits & CPER_MEM_VALID_PA)) in apei_mce_report_mem_error() 43 if (mem_err->validation_bits & CPER_MEM_VALID_PA_MASK) in apei_mce_report_mem_error() 44 lsb = find_first_bit((void *)&mem_err->physical_addr_mask, PAGE_SHIFT); in apei_mce_report_mem_error() 63 m->addr = mem_err->physical_addr; in apei_mce_report_mem_error()
|
| /linux/arch/mips/dec/prom/ |
| H A D | memory.c | 21 volatile unsigned long mem_err; /* So we know an error occurred */ variable 46 mem_err == 0 && memory_page < (unsigned char *)CKSEG1 + 0x1e00000; in pmax_setup_memory_region()
|
| H A D | locore.S | 21 la k1, mem_err
|
| /linux/include/acpi/ |
| H A D | apei.h | 54 void arch_apei_report_mem_error(int sev, struct cper_sec_mem_err *mem_err);
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 536 struct cper_sec_mem_err *mem_err = acpi_hest_get_payload(gdata); in ghes_handle_memory_failure() local 538 if (!(mem_err->validation_bits & CPER_MEM_VALID_PA)) in ghes_handle_memory_failure() 549 return ghes_do_memory_failure(mem_err->physical_addr, flags); in ghes_handle_memory_failure() 917 struct cper_sec_mem_err *mem_err = acpi_hest_get_payload(gdata); in ghes_do_proc() local 919 atomic_notifier_call_chain(&ghes_report_chain, sev, mem_err); in ghes_do_proc() 921 arch_apei_report_mem_error(sev, mem_err); in ghes_do_proc()
|
| H A D | apei-base.c | 771 struct cper_sec_mem_err *mem_err) in arch_apei_report_mem_error() argument
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_io.c | 247 goto mem_err; in bnx2fc_cmd_mgr_alloc() 255 goto mem_err; in bnx2fc_cmd_mgr_alloc() 277 goto mem_err; in bnx2fc_cmd_mgr_alloc() 299 goto mem_err; in bnx2fc_cmd_mgr_alloc() 308 goto mem_err; in bnx2fc_cmd_mgr_alloc() 323 goto mem_err; in bnx2fc_cmd_mgr_alloc() 329 mem_err: in bnx2fc_cmd_mgr_alloc()
|
| H A D | bnx2fc_fcoe.c | 1709 goto mem_err; in bnx2fc_bind_adapter_devices() 1712 goto mem_err; in bnx2fc_bind_adapter_devices() 1715 mem_err: in bnx2fc_bind_adapter_devices()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_io.c | 229 goto mem_err; in qedf_cmd_mgr_alloc() 238 goto mem_err; in qedf_cmd_mgr_alloc() 250 goto mem_err; in qedf_cmd_mgr_alloc() 259 goto mem_err; in qedf_cmd_mgr_alloc() 267 goto mem_err; in qedf_cmd_mgr_alloc() 279 goto mem_err; in qedf_cmd_mgr_alloc() 289 mem_err: in qedf_cmd_mgr_alloc()
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 644 struct cper_sec_mem_err *mem_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local 649 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_bond.c | 861 goto mem_err; in hns_roce_alloc_bond_grp() 895 mem_err: in hns_roce_alloc_bond_grp()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 1678 goto mem_err; in ocrdma_mbx_create_ah_tbl() 1712 mem_err: in ocrdma_mbx_create_ah_tbl() 1817 goto mem_err; in ocrdma_mbx_create_cq() 1878 mem_err: in ocrdma_mbx_create_cq() 2890 goto mem_err; in ocrdma_mbx_get_dcbx_config() 2913 mem_err: in ocrdma_mbx_get_dcbx_config()
|