Searched refs:header_log (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/cxl/core/ |
| H A D | ras.c | 31 ras_cap.header_log); in cxl_cper_trace_uncorr_port_prot_err() 65 ras_cap.header_log); in cxl_cper_trace_uncorr_prot_err()
|
| H A D | trace.h | 59 __array(u32, header_log, CXL_HEADERLOG_SIZE_U32) 70 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE); 88 __array(u32, header_log, CXL_HEADERLOG_SIZE_U32) 100 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE);
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | cper_cxl.c | 153 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log, in cxl_cper_print_prot_err() 154 sizeof(cxl_ras->header_log), 0); in cxl_cper_print_prot_err()
|
| H A D | cper.c | 453 aer->header_log.dw[0], aer->header_log.dw[1], in cper_print_pcie() 454 aer->header_log.dw[2], aer->header_log.dw[3]); in cper_print_pcie()
|
| /linux-6.15/include/linux/ |
| H A D | aer.h | 49 struct pcie_tlp_log header_log; member
|
| /linux-6.15/include/cxl/ |
| H A D | event.h | 244 u32 header_log[16]; member
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 189 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log') 190 with open(header_log) as file:
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | aer.c | 798 pcie_print_tlp_log(dev, &aer->header_log, dev_fmt(" ")); in pci_print_aer() 801 aer_severity, tlp_header_valid, &aer->header_log); in pci_print_aer()
|