Home
last modified time | relevance | path

Searched refs:hotpluggable (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/linux/arch/loongarch/kernel/
H A Dtopology.c21 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 Dmemory-hotplug.txt13 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 Dcpu-hotplug.rst28 (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 Dsrat.c250 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 Dtopology.c18 c->hotpluggable = !!i; in topology_init()
/openbmc/qemu/hw/s390x/
H A Dap-device.c20 dc->hotpluggable = false; in ap_class_init()
H A Dvirtio-ccw-gpu.c60 dc->hotpluggable = false; in virtio_ccw_gpu_class_init()
/openbmc/qemu/tests/qtest/libqos/
H A Dgeneric-pcihost.h38 QGuestAllocator *alloc, bool hotpluggable);
H A Dgeneric-pcihost.c179 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 Dtopology.c45 xc->cpu.hotpluggable = cpu > 0; in arch_register_cpu()
/openbmc/linux/arch/sh/kernel/
H A Dtopology.c52 c->hotpluggable = 1; in topology_init()
/openbmc/qemu/hw/ide/
H A Dpiix.c193 dc->hotpluggable = false; in piix3_ide_class_init()
216 dc->hotpluggable = false; in piix4_ide_class_init()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci-pci.c88 if (!dc->hotpluggable) { in usb_ehci_pci_init()
193 dc->hotpluggable = false; in ehci_data_class_init()
/openbmc/linux/arch/parisc/kernel/
H A Dtopology.c40 per_cpu(cpu_devices, cpuid).hotpluggable = 1; in store_cpu_topology()
/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c182 dc->hotpluggable = true; in hotplug_class_init()
198 dc->hotpluggable = false; in nohotplug_class_init()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst58 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/hw/misc/
H A Dvmcoreinfo.c92 dc->hotpluggable = false; in vmcoreinfo_device_class_init()
/openbmc/qemu/hw/watchdog/
H A Dwdt_diag288.c119 dc->hotpluggable = false; in wdt_diag288_class_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu-pci.c87 dc->hotpluggable = false; in virtio_iommu_pci_class_init()
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c265 di->hotpluggable = dc->hotpluggable; in pc_dimm_md_fill_device_info()
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c431 dc->hotpluggable = false; in pxb_dev_class_init()
468 dc->hotpluggable = false; in pxb_pcie_dev_class_init()
517 dc->hotpluggable = false; in pxb_cxl_dev_class_init()
/openbmc/linux/drivers/base/
H A Dcpu.c400 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/
H A Dhmp-commands-info.hx773 .name = "hotpluggable-cpus",
776 .help = "Show information about hotpluggable CPUs",
782 ``info hotpluggable-cpus``
783 Show information about hotpluggable CPUs
804 "present hotpluggable (if enabled) memory in bytes.",
810 Display the amount of initially allocated and present hotpluggable (if
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-pci.c69 dc->hotpluggable = false; in virtio_gpu_pci_base_class_init()
/openbmc/qemu/hw/ppc/
H A Dspapr_rng.c147 dc->hotpluggable = false; in spapr_rng_class_init()

1234