| /openbmc/qemu/hw/cpu/ |
| H A D | a15mpcore.c | 77 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a15mp_priv_realize() 81 qdev_prop_set_bit(gicdev, "has-virtualization-extensions", has_el2); in a15mp_priv_realize()
|
| H A D | a9mpcore.c | 91 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a9mp_priv_realize()
|
| /openbmc/qemu/hw/arm/ |
| H A D | allwinner-h3.c | 255 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "start-powered-off", in allwinner_h3_realize() 259 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el3", true); in allwinner_h3_realize() 260 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el2", true); in allwinner_h3_realize() 271 qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", false); in allwinner_h3_realize() 272 qdev_prop_set_bit(DEVICE(&s->gic), "has-virtualization-extensions", true); in allwinner_h3_realize()
|
| H A D | allwinner-r40.c | 328 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "start-powered-off", in allwinner_r40_realize() 332 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el3", true); in allwinner_r40_realize() 333 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el2", true); in allwinner_r40_realize() 344 qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", false); in allwinner_r40_realize() 345 qdev_prop_set_bit(DEVICE(&s->gic), "has-virtualization-extensions", true); in allwinner_r40_realize()
|
| H A D | stm32f100_soc.c | 120 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f100_soc_realize()
|
| H A D | max78000_soc.c | 100 qdev_prop_set_bit(armv7m, "enable-bitband", true); in max78000_soc_realize()
|
| H A D | msf2-soc.c | 138 qdev_prop_set_bit(armv7m, "enable-bitband", true); in m2sxxx_soc_realize()
|
| H A D | stm32f205_soc.c | 132 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f205_soc_realize()
|
| H A D | stm32f405_soc.c | 157 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f405_soc_realize()
|
| H A D | stm32l4x5_soc.c | 204 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32l4x5_soc_realize()
|
| /openbmc/qemu/hw/nubus/ |
| H A D | nubus-virtio-mmio.c | 53 qdev_prop_set_bit(DEVICE(sbd), "force-legacy", false); in nubus_virtio_mmio_realize()
|
| /openbmc/qemu/hw/misc/ |
| H A D | led.c | 145 qdev_prop_set_bit(dev, "gpio-active-high", in type_init()
|
| /openbmc/qemu/hw/intc/ |
| H A D | i8259_common.c | 102 qdev_prop_set_bit(dev, "master", master); in i8259_init_chip()
|
| H A D | riscv_imsic.c | 468 qdev_prop_set_bit(dev, "mmode", mmode); in type_init()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex.c | 215 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in gpex_host_initfn()
|
| H A D | xilinx-pcie.c | 156 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in xilinx_pcie_host_init()
|
| H A D | designware.c | 751 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in designware_pcie_host_init()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_cpu_core.c | 318 qdev_prop_set_bit(DEVICE(obj), "start-powered-off", true); in spapr_create_vcpu()
|
| /openbmc/qemu/hw/misc/macio/ |
| H A D | macio.c | 323 qdev_prop_set_bit(DEVICE(&s->pmu), "has-adb", ns->has_adb); in macio_newworld_realize()
|
| /openbmc/qemu/hw/isa/ |
| H A D | piix.c | 369 qdev_prop_set_bit(DEVICE(&d->pm), "smm-enabled", d->smm_enabled); in pci_piix_realize()
|
| /openbmc/qemu/hw/nvram/ |
| H A D | fw_cfg.c | 1034 qdev_prop_set_bit(dev, "dma_enabled", false); in fw_cfg_init_io_dma() 1069 qdev_prop_set_bit(dev, "dma_enabled", false); in fw_cfg_init_mem_wide()
|
| /openbmc/qemu/hw/openrisc/ |
| H A D | virt.c | 455 qdev_prop_set_bit(dev, "force-legacy", false); in openrisc_virt_virtio_init()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_sriov.c | 147 qdev_prop_set_bit(&dev->qdev, "multifunction", true); in pcie_sriov_pf_init_common()
|
| /openbmc/qemu/hw/block/ |
| H A D | pflash_cfi01.c | 978 qdev_prop_set_bit(dev, "big-endian", !!be); in DEFINE_TYPES()
|