Lines Matching refs:gdata
391 static void ghes_handle_memory_failure(struct acpi_hest_generic_data *gdata, int sev) in ghes_handle_memory_failure() argument
396 int sec_sev = ghes_severity(gdata->error_severity); in ghes_handle_memory_failure()
398 mem_err = (struct cper_sec_mem_err *)(gdata + 1); in ghes_handle_memory_failure()
413 (gdata->flags & CPER_SEC_ERROR_THRESHOLD_EXCEEDED)) in ghes_handle_memory_failure()
427 struct acpi_hest_generic_data *gdata; in ghes_do_proc() local
430 apei_estatus_for_each_section(estatus, gdata) { in ghes_do_proc()
431 sec_sev = ghes_severity(gdata->error_severity); in ghes_do_proc()
432 if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
435 mem_err = (struct cper_sec_mem_err *)(gdata+1); in ghes_do_proc()
439 ghes_handle_memory_failure(gdata, sev); in ghes_do_proc()
442 else if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
445 pcie_err = (struct cper_sec_pcie *)(gdata+1); in ghes_do_proc()
462 if (gdata->flags & CPER_SEC_RESET) in ghes_do_proc()