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.c153 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 Dcper.c513 aer->header_log.dw[0], aer->header_log.dw[1], in cper_print_pcie()
514 aer->header_log.dw[2], aer->header_log.dw[3]); in cper_print_pcie()
/linux/drivers/cxl/core/
H A Dras.c36 memcpy(hl, ras_cap.header_log, CXL_HEADERLOG_SIZE); in cxl_cper_trace_uncorr_port_prot_err()
69 memcpy(hl, ras_cap.header_log, CXL_HEADERLOG_SIZE); in cxl_cper_trace_uncorr_prot_err()
H A Dtrace.h59 __array(u32, header_log, CXL_HEADERLOG_TRACE_SIZE_U32)
73 memcpy(__entry->header_log, hl,
92 __array(u32, header_log, CXL_HEADERLOG_TRACE_SIZE_U32)
107 memcpy(__entry->header_log, hl,
/linux/include/cxl/
H A Devent.h279 u32 header_log[16]; member
/linux/tools/testing/kunit/
H A Dkunit_tool_test.py203 header_log = _test_data_path('test_is_test_passed-no_tests_run_with_header.log')
204 with open(header_log) as file: