/openbmc/linux/arch/loongarch/kernel/ |
H A D | topology.c | 21 c->hotpluggable = 1; in arch_register_cpu() 34 c->hotpluggable = 0; in arch_unregister_cpu() 47 c->hotpluggable = !io_master(i); in topology_init()
|
/openbmc/qemu/docs/ |
H A D | memory-hotplug.txt | 13 hotpluggable memory slots to create and what is the maximum amount of 22 - "slots" is the number of hotpluggable memory slots 29 Creates a guest with 1GB of memory and three hotpluggable memory slots. 30 The hotpluggable memory slots are empty when the guest is booted, so all 62 hotpluggable memory slots. This might seem counterintuitive at first,
|
/openbmc/qemu/docs/system/ |
H A D | cpu-hotplug.rst | 28 (QEMU) query-hotpluggable-cpus 30 "execute": "query-hotpluggable-cpus", 58 (4) The ``query-hotpluggable-cpus`` command returns an object for CPUs
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | srat.c | 250 u32 hotpluggable; in acpi_numa_memory_affinity_init() local 262 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_numa_memory_affinity_init() 289 hotpluggable ? " hotplug" : "", in acpi_numa_memory_affinity_init() 293 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | topology.c | 18 c->hotpluggable = !!i; in topology_init()
|
/openbmc/qemu/hw/s390x/ |
H A D | ap-device.c | 20 dc->hotpluggable = false; in ap_class_init()
|
H A D | virtio-ccw-gpu.c | 60 dc->hotpluggable = false; in virtio_ccw_gpu_class_init()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | generic-pcihost.h | 38 QGuestAllocator *alloc, bool hotpluggable);
|
H A D | generic-pcihost.c | 179 QGuestAllocator *alloc, bool hotpluggable) in qpci_init_generic() argument 184 qpci->bus.not_hotpluggable = !hotpluggable; in qpci_init_generic()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | topology.c | 45 xc->cpu.hotpluggable = cpu > 0; in arch_register_cpu()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci-pci.c | 88 if (!dc->hotpluggable) { in usb_ehci_pci_init() 193 dc->hotpluggable = false; in ehci_data_class_init()
|
/openbmc/qemu/hw/ide/ |
H A D | piix.c | 194 dc->hotpluggable = false; in piix3_ide_class_init() 217 dc->hotpluggable = false; in piix4_ide_class_init()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | topology.c | 52 c->hotpluggable = 1; in topology_init()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 182 dc->hotpluggable = true; in hotplug_class_init() 198 dc->hotpluggable = false; in nohotplug_class_init()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | topology.c | 40 per_cpu(cpu_devices, cpuid).hotpluggable = 1; in store_cpu_topology()
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-device.rst | 58 If you have a hotpluggable device (e.g. a USB device), then when a disconnect 68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`. 120 safe to unregister :c:type:`v4l2_device` for hotpluggable devices. For this
|
/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 760 .name = "hotpluggable-cpus", 763 .help = "Show information about hotpluggable CPUs", 769 ``info hotpluggable-cpus`` 770 Show information about hotpluggable CPUs 791 "present hotpluggable (if enabled) memory in bytes.", 797 Display the amount of initially allocated and present hotpluggable (if
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 444 dc->hotpluggable = false; in pxb_dev_class_init() 481 dc->hotpluggable = false; in pxb_pcie_dev_class_init() 532 dc->hotpluggable = false; in pxb_cxl_dev_class_init()
|
/openbmc/linux/drivers/base/ |
H A D | cpu.c | 400 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu() 404 if (cpu->hotpluggable) in register_cpu() 522 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
|
/openbmc/qemu/hw/mem/ |
H A D | pc-dimm.c | 263 di->hotpluggable = dc->hotpluggable; in pc_dimm_md_fill_device_info()
|
/openbmc/qemu/hw/misc/ |
H A D | vmcoreinfo.c | 92 dc->hotpluggable = false; in vmcoreinfo_device_class_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu-pci.c | 87 dc->hotpluggable = false; in virtio_iommu_pci_class_init()
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_diag288.c | 119 dc->hotpluggable = false; in wdt_diag288_class_init()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-pci.c | 69 dc->hotpluggable = false; in virtio_gpu_pci_base_class_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rng.c | 147 dc->hotpluggable = false; in spapr_rng_class_init()
|