Searched refs:cfmws (Results 1 – 2 of 2) sorted by relevance
131 struct acpi_cedt_cfmws *cfmws) in cxl_acpi_cfmws_verify() argument139 cfmws->interleave_arithmetic); in cxl_acpi_cfmws_verify()156 cfmws->interleave_ways); in cxl_acpi_cfmws_verify()423 cfmws->base_hpa, cfmws->window_size, ctx->id++); in DEFINE_FREE()442 .start = cfmws->base_hpa, in DEFINE_FREE()443 .end = cfmws->base_hpa + cfmws->window_size - 1, in DEFINE_FREE()473 cxlrd->qos_class = cfmws->qtg_id; in DEFINE_FREE()504 cfmws->base_hpa, in cxl_parse_cfmws()505 cfmws->base_hpa + cfmws->window_size - 1, rc); in cxl_parse_cfmws()508 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_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()
Completed in 9 milliseconds