Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c17 static int interleave_arithmetic; variable
302 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
318 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
334 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
1356 if (interleave_arithmetic == 1) { in cxl_test_init()
1530 module_param(interleave_arithmetic, int, 0444);
1531 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
/linux/include/acpi/
H A Dactbl1.h544 u8 interleave_arithmetic; member