Searched refs:DEFINE_PROP_ON_OFF_AUTO (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 53 DEFINE_PROP_ON_OFF_AUTO("backend_defaults", _state, \ 63 DEFINE_PROP_ON_OFF_AUTO("write-cache", _state, _conf.wce, \ 66 DEFINE_PROP_ON_OFF_AUTO("account-invalid", _state, \ 68 DEFINE_PROP_ON_OFF_AUTO("account-failed", _state, \
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-nec.c | 42 DEFINE_PROP_ON_OFF_AUTO("msi", XHCIPciState, msi, ON_OFF_AUTO_AUTO), 43 DEFINE_PROP_ON_OFF_AUTO("msix", XHCIPciState, msix, ON_OFF_AUTO_AUTO),
|
/openbmc/qemu/hw/i386/ |
H A D | x86-iommu.c | 129 DEFINE_PROP_ON_OFF_AUTO("intremap", X86IOMMUState,
|
H A D | intel_iommu.c | 3409 DEFINE_PROP_ON_OFF_AUTO("eim", IntelIOMMUState, intr_eim,
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 128 DEFINE_PROP_ON_OFF_AUTO("msi", PCIEPCIBridge, msi, ON_OFF_AUTO_AUTO),
|
H A D | pci_bridge_dev.c | 175 DEFINE_PROP_ON_OFF_AUTO(PCI_BRIDGE_DEV_PROP_MSI, PCIBridgeDev, msi,
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vsock-common.c | 289 DEFINE_PROP_ON_OFF_AUTO("seqpacket", VHostVSockCommon, seqpacket,
|
H A D | virtio-mem.c | 1690 DEFINE_PROP_ON_OFF_AUTO(VIRTIO_MEM_UNPLUGGED_INACCESSIBLE_PROP, VirtIOMEM,
|
H A D | virtio-pci.c | 2435 DEFINE_PROP_ON_OFF_AUTO("disable-legacy", VirtIOPCIProxy, disable_legacy,
|
/openbmc/qemu/include/hw/ |
H A D | qdev-properties.h | 169 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ macro
|
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 1026 DEFINE_PROP_ON_OFF_AUTO("master", IVShmemState, master, ON_OFF_AUTO_OFF), 1085 DEFINE_PROP_ON_OFF_AUTO("master", IVShmemState, master, ON_OFF_AUTO_OFF),
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 3361 DEFINE_PROP_ON_OFF_AUTO("x-pre-copy-dirty-page-tracking", VFIOPCIDevice, 3364 DEFINE_PROP_ON_OFF_AUTO("x-device-dirty-page-tracking", VFIOPCIDevice, 3367 DEFINE_PROP_ON_OFF_AUTO("display", VFIOPCIDevice, 3379 DEFINE_PROP_ON_OFF_AUTO("enable-migration", VFIOPCIDevice, 3456 DEFINE_PROP_ON_OFF_AUTO("x-ramfb-migrate", VFIOPCIDevice, ramfb_migrate,
|
/openbmc/qemu/hw/scsi/ |
H A D | megasas.c | 2458 DEFINE_PROP_ON_OFF_AUTO("msi", MegasasState, msi, ON_OFF_AUTO_AUTO), 2459 DEFINE_PROP_ON_OFF_AUTO("msix", MegasasState, msix, ON_OFF_AUTO_AUTO), 2472 DEFINE_PROP_ON_OFF_AUTO("msi", MegasasState, msi, ON_OFF_AUTO_AUTO), 2473 DEFINE_PROP_ON_OFF_AUTO("msix", MegasasState, msix, ON_OFF_AUTO_AUTO),
|
H A D | mptsas.c | 1416 DEFINE_PROP_ON_OFF_AUTO("msi", MPTSASState, msi, ON_OFF_AUTO_AUTO),
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 1220 DEFINE_PROP_ON_OFF_AUTO("msi", IntelHDAState, msi, ON_OFF_AUTO_AUTO),
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8476 DEFINE_PROP_ON_OFF_AUTO("hv-no-nonarch-coresharing", X86CPU,
|