Searched refs:header_log (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/firmware/efi/ |
D | cper_cxl.c | 29 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()
|
D | cper.c | 448 aer->header_log.dw0, aer->header_log.dw1, in cper_print_pcie() 449 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
|
/linux-6.6.21/include/linux/ |
D | aer.h | 36 struct aer_header_log_regs header_log; member
|
/linux-6.6.21/drivers/cxl/core/ |
D | trace.h | 60 __array(u32, header_log, CXL_HEADERLOG_SIZE_U32) 72 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE);
|
/linux-6.6.21/drivers/pci/pcie/ |
D | aer.c | 799 __print_tlp_header(dev, &aer->header_log); in cper_print_aer() 802 aer_severity, tlp_header_valid, &aer->header_log); in cper_print_aer()
|
/linux-6.6.21/tools/testing/kunit/ |
D | kunit_tool_test.py | 188 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log') 189 with open(header_log) as file:
|