Searched refs:cfmws (Results 1 – 3 of 3) sorted by relevance
153 struct acpi_cedt_cfmws *cfmws) in cxl_acpi_cfmws_verify() argument158 if (cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO && in cxl_acpi_cfmws_verify()159 cfmws->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) { in cxl_acpi_cfmws_verify()161 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()165 if (!IS_ALIGNED(cfmws->base_hpa, SZ_256M)) { in cxl_acpi_cfmws_verify()170 if (!IS_ALIGNED(cfmws->window_size, SZ_256M)) { in cxl_acpi_cfmws_verify()175 rc = eiw_to_ways(cfmws->interleave_ways, &ways); in cxl_acpi_cfmws_verify()178 cfmws->interleave_ways); in cxl_acpi_cfmws_verify()182 expected_len = struct_size(cfmws, interleave_targets, ways); in cxl_acpi_cfmws_verify()184 if (cfmws->header.length < expected_len) { in cxl_acpi_cfmws_verify()[all …]
130 struct acpi_cedt_cfmws cfmws; member134 struct acpi_cedt_cfmws cfmws; member138 struct acpi_cedt_cfmws cfmws; member142 struct acpi_cedt_cfmws cfmws; member146 struct acpi_cedt_cfmws cfmws; member150 struct acpi_cedt_cfmws cfmws; member154 struct acpi_cedt_cfmws cfmws; member158 struct acpi_cedt_cfmws cfmws; member162 struct acpi_cedt_cfmws cfmws; member210 .cfmws = {[all …]
431 struct acpi_cedt_cfmws *cfmws; in acpi_parse_cfmws() local437 cfmws = (struct acpi_cedt_cfmws *)header; in acpi_parse_cfmws()438 start = cfmws->base_hpa; in acpi_parse_cfmws()439 end = cfmws->base_hpa + cfmws->window_size; in acpi_parse_cfmws()