Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c370 struct acpi_cedt_cxims *mock_cxims[1] = { variable
495 for (i = 0; i < ARRAY_SIZE(mock_cxims); i++) { in mock_acpi_table_parse_cedt()
496 h = (union acpi_subtable_headers *)mock_cxims[i]; in mock_acpi_table_parse_cedt()
497 end = (unsigned long)h + mock_cxims[i]->header.length; in mock_acpi_table_parse_cedt()