Home
last modified time | relevance | path

Searched refs:qdev_prop_set_bit (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/hw/cpu/
H A Da15mpcore.c77 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 Da9mpcore.c91 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a9mp_priv_realize()
/openbmc/qemu/hw/arm/
H A Dallwinner-h3.c255 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 Dallwinner-r40.c328 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 Dstm32f100_soc.c120 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f100_soc_realize()
H A Dmax78000_soc.c100 qdev_prop_set_bit(armv7m, "enable-bitband", true); in max78000_soc_realize()
H A Dmsf2-soc.c138 qdev_prop_set_bit(armv7m, "enable-bitband", true); in m2sxxx_soc_realize()
H A Dstm32f205_soc.c132 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f205_soc_realize()
H A Dstm32f405_soc.c157 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f405_soc_realize()
H A Dstm32l4x5_soc.c204 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32l4x5_soc_realize()
/openbmc/qemu/hw/nubus/
H A Dnubus-virtio-mmio.c53 qdev_prop_set_bit(DEVICE(sbd), "force-legacy", false); in nubus_virtio_mmio_realize()
/openbmc/qemu/hw/misc/
H A Dled.c145 qdev_prop_set_bit(dev, "gpio-active-high", in type_init()
/openbmc/qemu/hw/intc/
H A Di8259_common.c102 qdev_prop_set_bit(dev, "master", master); in i8259_init_chip()
H A Driscv_imsic.c468 qdev_prop_set_bit(dev, "mmode", mmode); in type_init()
/openbmc/qemu/hw/pci-host/
H A Dgpex.c215 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in gpex_host_initfn()
H A Dxilinx-pcie.c156 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in xilinx_pcie_host_init()
H A Ddesignware.c751 qdev_prop_set_bit(DEVICE(root), "multifunction", false); in designware_pcie_host_init()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c318 qdev_prop_set_bit(DEVICE(obj), "start-powered-off", true); in spapr_create_vcpu()
/openbmc/qemu/hw/misc/macio/
H A Dmacio.c323 qdev_prop_set_bit(DEVICE(&s->pmu), "has-adb", ns->has_adb); in macio_newworld_realize()
/openbmc/qemu/hw/isa/
H A Dpiix.c369 qdev_prop_set_bit(DEVICE(&d->pm), "smm-enabled", d->smm_enabled); in pci_piix_realize()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1034 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 Dvirt.c455 qdev_prop_set_bit(dev, "force-legacy", false); in openrisc_virt_virtio_init()
/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c147 qdev_prop_set_bit(&dev->qdev, "multifunction", true); in pcie_sriov_pf_init_common()
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c978 qdev_prop_set_bit(dev, "big-endian", !!be); in DEFINE_TYPES()