Home
last modified time | relevance | path

Searched refs:prot_err (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/firmware/efi/
H A Dcper_cxl.c25 const struct cxl_cper_sec_prot_err *prot_err) in cxl_cper_print_prot_err() argument
27 if (prot_err->valid_bits & PROT_ERR_VALID_AGENT_TYPE) in cxl_cper_print_prot_err()
28 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cxl_cper_print_prot_err()
29 prot_err->agent_type < ARRAY_SIZE(prot_err_agent_type_strs) in cxl_cper_print_prot_err()
30 ? prot_err_agent_type_strs[prot_err->agent_type] in cxl_cper_print_prot_err()
33 if (prot_err->valid_bits & PROT_ERR_VALID_AGENT_ADDRESS) { in cxl_cper_print_prot_err()
34 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
49 pfx, prot_err->agent_addr.segment, in cxl_cper_print_prot_err()
50 prot_err->agent_addr.bus, in cxl_cper_print_prot_err()
51 prot_err->agent_addr.device, in cxl_cper_print_prot_err()
[all …]
H A Dcper.c693 struct cxl_cper_sec_prot_err *prot_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
696 if (gdata->error_data_length >= sizeof(*prot_err)) in cper_estatus_print_section()
697 cxl_cper_print_prot_err(newpfx, prot_err); in cper_estatus_print_section()
/linux/drivers/acpi/apei/
H A Dghes.c737 static void cxl_cper_post_prot_err(struct cxl_cper_sec_prot_err *prot_err, in cxl_cper_post_prot_err() argument
743 if (cxl_cper_sec_prot_err_valid(prot_err)) in cxl_cper_post_prot_err()
751 if (cxl_cper_setup_prot_err_work_data(&wd, prot_err, severity)) in cxl_cper_post_prot_err()
928 struct cxl_cper_sec_prot_err *prot_err = acpi_hest_get_payload(gdata); in ghes_do_proc() local
930 cxl_cper_post_prot_err(prot_err, gdata->error_severity); in ghes_do_proc()