Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dpc.c673 cxl_hook_up_pxb_registers(pcms->pcibus, &pcms->cxl_devices_state, in pc_machine_done()
676 if (pcms->cxl_devices_state.is_enabled) { in pc_machine_done()
677 cxl_fmws_link_targets(&pcms->cxl_devices_state, &error_fatal); in pc_machine_done()
792 if (pcms->cxl_devices_state.fixed_windows) { in pc_get_cxl_range_end()
796 for (it = pcms->cxl_devices_state.fixed_windows; it; it = it->next) { in pc_get_cxl_range_end()
996 if (pcms->cxl_devices_state.is_enabled) { in pc_memory_init()
997 MemoryRegion *mr = &pcms->cxl_devices_state.host_mr; in pc_memory_init()
1004 if (pcms->cxl_devices_state.fixed_windows) { in pc_memory_init()
1054 if (pcms->cxl_devices_state.is_enabled) { in pc_memory_init()
1090 if (pcms->cxl_devices_state.is_enabled) { in pc_pci_hole64_start()
[all …]
H A Dacpi-build.c1605 MemoryRegion *mr = &pcms->cxl_devices_state.host_mr; in build_dsdt()
2648 if (pcms->cxl_devices_state.is_enabled) { in acpi_build()
2650 x86ms->oem_id, x86ms->oem_table_id, &pcms->cxl_devices_state); in acpi_build()
/qemu/include/hw/i386/
H A Dpc.h60 CXLState cxl_devices_state; member