Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/
H A Dacpi.c148 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()
271 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in __cxl_parse_cfmws()
/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c295 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
311 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
327 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
/openbmc/linux/include/acpi/
H A Dactbl1.h547 #define ACPI_CEDT_CFMWS_ARITHMETIC_XOR (1) macro