Home
last modified time | relevance | path

Searched refs:header_log (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/firmware/efi/
H A Dcper_cxl.c29 u32 header_log[16]; member
186 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log, in cper_print_prot_err()
187 sizeof(cxl_ras->header_log), 0); in cper_print_prot_err()
H A Dcper.c453 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/include/linux/
H A Daer.h33 struct pcie_tlp_log header_log; member
/linux/drivers/cxl/core/
H A Dtrace.h60 __array(u32, header_log, CXL_HEADERLOG_SIZE_U32)
72 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE);
/linux/drivers/pci/pcie/
H A Daer.c800 __print_tlp_header(dev, &aer->header_log); in pci_print_aer()
803 aer_severity, tlp_header_valid, &aer->header_log); in pci_print_aer()
/linux/tools/testing/kunit/
H A Dkunit_tool_test.py189 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
190 with open(header_log) as file: