Searched refs:cxl_devices_state (Results 1 – 3 of 3) sorted by relevance
621 cxl_hook_up_pxb_registers(pcms->pcibus, &pcms->cxl_devices_state, in pc_machine_done()624 if (pcms->cxl_devices_state.is_enabled) { in pc_machine_done()625 cxl_fmws_link_targets(&pcms->cxl_devices_state, &error_fatal); in pc_machine_done()737 if (pcms->cxl_devices_state.fixed_windows) { in pc_get_cxl_range_end()741 for (it = pcms->cxl_devices_state.fixed_windows; it; it = it->next) { in pc_get_cxl_range_end()941 if (pcms->cxl_devices_state.is_enabled) { in pc_memory_init()942 MemoryRegion *mr = &pcms->cxl_devices_state.host_mr; in pc_memory_init()949 if (pcms->cxl_devices_state.fixed_windows) { in pc_memory_init()954 for (it = pcms->cxl_devices_state.fixed_windows; it; it = it->next) { in pc_memory_init()999 if (pcms->cxl_devices_state.is_enabled) { in pc_memory_init()[all …]
1545 MemoryRegion *mr = &pcms->cxl_devices_state.host_mr; in build_dsdt()2578 if (pcms->cxl_devices_state.is_enabled) { in acpi_build()2580 x86ms->oem_id, x86ms->oem_table_id, &pcms->cxl_devices_state); in acpi_build()
60 CXLState cxl_devices_state; member