/openbmc/qemu/tests/qtest/ |
H A D | cpu-plug-test.c | 35 int hotplugged = 0; in test_plug_with_device_add() local 61 hotplugged++; in test_plug_with_device_add() 66 g_assert(hotplugged); in test_plug_with_device_add()
|
/openbmc/qemu/hw/acpi/ |
H A D | pcihp.c | 88 if (!is_bridge || (!br->hotplugged && info->has_bridge_hotplug)) { in acpi_set_bsel() 178 return (IS_PCI_BRIDGE(dev) && !dev->qdev.hotplugged) || !dc->hotpluggable || in acpi_pcihp_pc_no_hotplug() 277 if (dev->hotplugged && in acpi_pcihp_device_pre_plug_cb() 297 if (!dev->hotplugged) { in acpi_pcihp_device_plug_cb()
|
H A D | pci-bridge.c | 24 if (!DEVICE(br)->hotplugged) { in build_pci_bridge_aml()
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 41 The primary device can be hotplugged or be part of the startup configuration 57 Both primary and standby device can be hotplugged via the QEMU monitor. Note 67 active state. On the target system the primary devices will be automatically hotplugged
|
/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 88 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_write_common() 113 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_read_common()
|
H A D | pcie.c | 516 if (dev->hotplugged && (sltcap & PCI_EXP_SLTCAP_HPC) == 0) { in pcie_cap_slot_pre_plug_cb() 541 if (!dev->hotplugged) { in pcie_cap_slot_plug_cb() 689 (!s->hide_native_hotplug_cap || DEVICE(dev)->hotplugged)) { in pcie_cap_slot_init()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-storage-bot.c | 35 if (d->hotplugged) { in usb_msd_bot_realize()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | amu.rst | 49 (secondary or hotplugged) CPU 检测和使用这个特性。
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | amu.rst | 52 (secondary or hotplugged) CPU 檢測和使用這個特性。
|
/openbmc/qemu/hw/core/ |
H A D | qdev.c | 465 if (dev->hotplugged && !dc->hotpluggable) { in device_set_realized() 539 if (dev->hotplugged) { in device_set_realized() 634 return dev->hotplugged; in device_get_hotplugged() 642 dev->hotplugged = 1; in device_initfn()
|
H A D | cpu-common.c | 214 if (dev->hotplugged) { in cpu_common_realizefn()
|
/openbmc/qemu/hw/mem/ |
H A D | pc-dimm.c | 262 di->hotplugged = dev->hotplugged; in pc_dimm_md_fill_device_info()
|
/openbmc/qemu/docs/ |
H A D | memory-hotplug.txt | 33 hotplugged by using any combination of the available memory slots. 55 the /mnt/hugepages-1GB directory, a 1GB hugepage could be hotplugged
|
H A D | nvdimm.txt | 125 1. Each hotplugged vNVDIMM device consumes one memory slot. Users 130 number of hotplugged vNVDIMM devices 135 size of hotplugged vNVDIMM devices
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 89 that it can start adding hotplugged memory. This description is limited to 442 granularity cannot be formed on hotplugged 449 MiB, 1 MiB of hotplugged memory will be wasted. 485 with hotunpluggable nodes) where hotplugged 492 hotplugged DIMM will be onlined either 519 and automatically onlining all hotplugged 529 hotplugged DIMM to ZONE_NORMAL will not allow 530 for another hotplugged DIMM to get onlined to 532 hotplugged by a virtio-mem device that got 657 boot and can apply to memory blocks hotplugged via the XEN balloon and the
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-md-pci.c | 26 if (!bus_handler && dev->hotplugged) { in virtio_md_pci_pre_plug()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_drc.h | 224 return dev->hotplugged && !runstate_check(RUN_STATE_INMIGRATE); in spapr_drc_hotplugged()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | errata.rst | 45 vCPU has legacy xAPIC enabled, e.g. to bring up hotplugged vCPUs via INIT-SIPI
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-ccw.c | 144 parent->hotplugged, 1); in s390_ccw_realize()
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | legacy_instructions.rst | 67 endian - is hotplugged in after this feature has been enabled, there could
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 190 the hotplugged CPU which is either not yet started or has become 195 resources or to move pending work to an online CPU after the hotplugged 209 The startup callbacks in this section are invoked on the hotplugged CPU 212 on the hotplugged CPU during a CPU offline operation shortly before the 225 The startup callbacks in this section are invoked on the hotplugged CPU 227 hotplugged CPU during a CPU offline operation. 230 which is pinned on the hotplugged CPU. The callbacks are invoked with
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-pmem.rst | 48 Virtio pmem devices can be hotplugged via the QEMU monitor. First, the
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | dp-mst.rst | 61 when monitor is hotplugged.
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 3523 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_add_lmbs() local 3536 if (!hotplugged) { in spapr_add_lmbs() 3544 if (hotplugged) { in spapr_add_lmbs() 3940 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_core_plug() local 3959 if (hotplugged) { in spapr_core_plug() 3977 if (hotplugged) { in spapr_core_plug() 3998 if (dev->hotplugged && !mc->has_hotpluggable_cpus) { in spapr_core_pre_plug() 4070 if (dev->hotplugged && !smc->dr_phb_enabled) { in spapr_phb_pre_plug() 4104 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_phb_plug() local 4117 if (hotplugged) { in spapr_phb_plug()
|
H A D | spapr_nvdimm.c | 126 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_add_nvdimm() local 137 if (hotplugged) { in spapr_add_nvdimm()
|