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

/linux-master/drivers/firmware/efi/
H A Dcper_cxl.c58 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err) argument
60 if (prot_err->valid_bits & PROT_ERR_VALID_AGENT_TYPE)
61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type,
62 prot_err->agent_type < ARRAY_SIZE(prot_err_agent_type_strs)
63 ? prot_err_agent_type_strs[prot_err->agent_type]
66 if (prot_err->valid_bits & PROT_ERR_VALID_AGENT_ADDRESS) {
67 switch (prot_err->agent_type) {
82 pfx, prot_err->agent_addr.segment,
83 prot_err->agent_addr.bus,
84 prot_err
[all...]
H A Dcper_cxl.h64 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err);
H A Dcper.c622 struct cper_sec_prot_err *prot_err = acpi_hest_get_payload(gdata); local
625 if (gdata->error_data_length >= sizeof(*prot_err))
626 cper_print_prot_err(newpfx, prot_err);

Completed in 171 milliseconds