Home
last modified time | relevance | path

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

/linux/drivers/cxl/
H A Dacpi.c138 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO && in cxl_acpi_cfmws_verify()
139 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()
141 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()
399 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in DEFINE_FREE()
418 if (cfmws->interleave_arithmetic == ACPI_CEDT_CFMWS_ARITHMETIC_XOR) in DEFINE_FREE()
/linux/tools/testing/cxl/test/
H A Dcxl.c16 static int interleave_arithmetic; variable
301 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
317 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
333 .interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
1355 if (interleave_arithmetic == 1) { in cxl_test_init()
1529 module_param(interleave_arithmetic, int, 0444);
1530 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
/linux/include/acpi/
H A Dactbl1.h537 u8 interleave_arithmetic; member