Home
last modified time | relevance | path

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

/qemu/include/hw/acpi/
H A Dich9.h60 bool keep_pci_slot_hpc; member
/qemu/hw/acpi/
H A Dich9.c407 return s->pm.keep_pci_slot_hpc; in ich9_pm_get_keep_pci_slot_hpc()
414 s->pm.keep_pci_slot_hpc = value; in ich9_pm_set_keep_pci_slot_hpc()
426 pm->keep_pci_slot_hpc = true; in ich9_pm_add_properties()
/qemu/hw/i386/
H A Dpc_q35.c146 bool keep_pci_slot_hpc; in pc_q35_init() local
258 keep_pci_slot_hpc = object_property_get_bool(OBJECT(lpc), in pc_q35_init()
262 if (!keep_pci_slot_hpc && acpi_pcihp) { in pc_q35_init()