Home
last modified time | relevance | path

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

123

/qemu/hw/arm/
H A Dallwinner-r40.c330 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "start-powered-off", in allwinner_r40_realize()
334 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el3", true); in allwinner_r40_realize()
335 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el2", true); in allwinner_r40_realize()
346 qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", false); in allwinner_r40_realize()
347 qdev_prop_set_bit(DEVICE(&s->gic), "has-virtualization-extensions", true); in allwinner_r40_realize()
H A Dallwinner-h3.c256 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "start-powered-off", in allwinner_h3_realize()
260 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el3", true); in allwinner_h3_realize()
261 qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el2", true); in allwinner_h3_realize()
272 qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", false); in allwinner_h3_realize()
273 qdev_prop_set_bit(DEVICE(&s->gic), "has-virtualization-extensions", true); in allwinner_h3_realize()
H A Dstm32f100_soc.c120 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f100_soc_realize()
H A Dsbsa-ref.c301 qdev_prop_set_bit(dev, "big-endian", false); in sbsa_flash_create1()
448 qdev_prop_set_bit(sms->gic, "has-security-extensions", true); in create_gic()
460 qdev_prop_set_bit(sms->gic, "has-lpi", true); in create_gic()
H A Dstm32f205_soc.c132 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f205_soc_realize()
H A Dmsf2-soc.c138 qdev_prop_set_bit(armv7m, "enable-bitband", true); in m2sxxx_soc_realize()
H A Dmusca.c388 qdev_prop_set_bit(ssedev, "CPU0_FPU", true); in musca_init()
389 qdev_prop_set_bit(ssedev, "CPU0_DSP", true); in musca_init()
H A Dmps3r.c534 qdev_prop_set_bit(DEVICE(&mms->fpgaio), "has-switches", true); in mps3r_common_init()
535 qdev_prop_set_bit(DEVICE(&mms->fpgaio), "has-dbgctrl", false); in mps3r_common_init()
H A Dstm32f405_soc.c154 qdev_prop_set_bit(armv7m, "enable-bitband", true); in stm32f405_soc_realize()
H A Dxlnx-zynqmp.c508 qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", s->secure); in xlnx_zynqmp_realize()
509 qdev_prop_set_bit(DEVICE(&s->gic), in xlnx_zynqmp_realize()
/qemu/hw/cpu/
H A Da15mpcore.c72 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a15mp_priv_realize()
76 qdev_prop_set_bit(gicdev, "has-virtualization-extensions", has_el2); in a15mp_priv_realize()
H A Da9mpcore.c86 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a9mp_priv_realize()
/qemu/hw/nubus/
H A Dnubus-virtio-mmio.c51 qdev_prop_set_bit(DEVICE(sbd), "force-legacy", false); in nubus_virtio_mmio_realize()
/qemu/hw/ppc/
H A Dmac_newworld.c364 qdev_prop_set_bit(dev, "has-pmu", has_pmu); in ppc_core99_init()
365 qdev_prop_set_bit(dev, "has-adb", has_adb); in ppc_core99_init()
469 qdev_prop_set_bit(dev, "dma_enabled", false); in ppc_core99_init()
H A Dspapr_cpu_core.c312 qdev_prop_set_bit(DEVICE(obj), "start-powered-off", true); in spapr_create_vcpu()
H A Dmac_oldworld.c311 qdev_prop_set_bit(dev, "dma_enabled", false); in ppc_heathrow_init()
/qemu/hw/m68k/
H A Dvirt.c186 qdev_prop_set_bit(dev, "big-endian", true); in virt_init()
211 qdev_prop_set_bit(dev, "force-legacy", false); in virt_init()
H A Dq800.c401 qdev_prop_set_bit(dev, "big_endian", true); in q800_machine_init()
433 qdev_prop_set_bit(dev, "bit_swap", true); in q800_machine_init()
/qemu/hw/misc/
H A Dled.c146 qdev_prop_set_bit(dev, "gpio-active-high", in type_init()
/qemu/hw/intc/
H A Di8259_common.c103 qdev_prop_set_bit(dev, "master", master); in i8259_init_chip()
/qemu/hw/pci-host/
H A Dgpex.c191 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()
/qemu/include/hw/
H A Dqdev-properties.h189 void qdev_prop_set_bit(DeviceState *dev, const char *name, bool value);
/qemu/hw/mips/
H A Djazz.c139 qdev_prop_set_bit(dev, "big_endian", TARGET_BIG_ENDIAN); in mips_jazz_init_net()
/qemu/hw/pci/
H A Dpcie_sriov.c71 qdev_prop_set_bit(&dev->qdev, "multifunction", true); in pcie_sriov_pf_init()

123