Searched defs:pdev (Results 26 – 47 of 47) sorted by relevance
12
/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 167 DeviceState *pdev = DEVICE(pbdev->pdev); in s390_pci_perform_unplug() local 1073 PCIDevice *pdev = NULL; in s390_pcihost_plug() local 1302 static void s390_pci_enumerate_bridge(PCIBus *bus, PCIDevice *pdev, in s390_pci_enumerate_bridge()
|
/qemu/include/hw/cxl/ |
H A D | cxl_component.h | 246 struct PCIDevice *pdev; member
|
/qemu/hw/vfio/ |
H A D | pci.h | 134 PCIDevice pdev; member 208 PCIDevice *pdev = &vdev->pdev; in vfio_is_vga() local
|
H A D | pci-quirks.c | 818 PCIDevice *pdev = &vdev->pdev; in vfio_nvidia_quirk_mirror_write() local 1300 PCIDevice *pdev = &vdev->pdev; in vfio_radeon_reset() local 1457 PCIDevice *pdev = &vdev->pdev; in vfio_add_nv_gpudirect_cap() local
|
/qemu/hw/i386/ |
H A D | pc_q35.c | 285 PCIDevice *pdev; in pc_q35_init() local
|
H A D | amd_iommu.c | 1555 static void amdvi_pci_realize(PCIDevice *pdev, Error **errp) in amdvi_pci_realize() 1662 PCIDevice *pdev = NULL; in amdvi_sysbus_realize() local
|
/qemu/hw/smbios/ |
H A D | smbios.c | 774 PCIDevice *pdev = NULL; in smbios_build_type_9_table() local 961 PCIDevice *pdev = NULL; in smbios_build_type_41_table() local
|
/qemu/hw/watchdog/ |
H A D | wdt_i6300esb.c | 150 PCIDevice *pdev = PCI_DEVICE(dev); in i6300esb_reset() local
|
/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 26 QPCIDevice **pdev = (QPCIDevice **) data; in save_fn() local
|
/qemu/hw/net/ |
H A D | igb.c | 356 igb_add_pm_capability(PCIDevice *pdev, uint8_t offset, uint16_t pmc) in igb_add_pm_capability()
|
H A D | e1000e.c | 372 e1000e_add_pm_capability(PCIDevice *pdev, uint8_t offset, uint16_t pmc) in e1000e_add_pm_capability()
|
H A D | sungem.c | 207 PCIDevice pdev; member
|
H A D | virtio-net.c | 3632 PCIDevice *pdev = PCI_DEVICE(dev); in failover_replug_primary() local
|
/qemu/hw/usb/ |
H A D | dev-hub.c | 405 USBDevice *pdev; in usb_hub_handle_control() local
|
/qemu/hw/mips/ |
H A D | boston.c | 679 PCIDevice *pdev; in boston_mach_init() local
|
/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 513 static void vfu_object_register_bars(vfu_ctx_t *vfu_ctx, PCIDevice *pdev) in vfu_object_register_bars()
|
/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 2593 static inline bool pci_is_iommu(PCIDevice *pdev) in pci_is_iommu() 2601 PCIDevice *pdev = pci_find_device(bus, pci_bus_num(bus), devfn); in riscv_iommu_find_as() local
|
/qemu/include/hw/s390x/ |
H A D | s390-pci-bus.h | 336 PCIDevice *pdev; member
|
/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 369 PCIDevice *pdev; in type_init() local
|
/qemu/hw/arm/ |
H A D | virt.c | 2954 PCIDevice *pdev = PCI_DEVICE(dev); in virt_machine_device_plug_cb() local
|
/qemu/hw/ppc/ |
H A D | spapr.c | 3242 PCIDevice *pdev = CAST(PCIDevice, dev, TYPE_PCI_DEVICE); in spapr_get_fw_dev_path() local
|
/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 3481 PCIDevice *pdev = PCI_DEVICE(cci->d); in bg_timercb() local
|
12