Home
last modified time | relevance | path

Searched refs:pci_vdev_read_vcfg (Results 1 – 13 of 13) sorted by relevance

/hypervisor/dm/vpci/
A Dvmsi.c71 vmsi_addrlo = pci_vdev_read_vcfg(vdev, (capoff + PCIR_MSI_ADDR), 4U); in remap_vmsi()
73 vmsi_addrhi = pci_vdev_read_vcfg(vdev, (capoff + PCIR_MSI_ADDR_HIGH), 4U); in remap_vmsi()
74 vmsi_msgdata = pci_vdev_read_vcfg(vdev, (capoff + PCIR_MSI_DATA_64BIT), 2U); in remap_vmsi()
76 vmsi_msgdata = pci_vdev_read_vcfg(vdev, (capoff + PCIR_MSI_DATA), 2U); in remap_vmsi()
113 old = pci_vdev_read_vcfg(vdev, offset, bytes); in write_vmsi_cap_reg()
116 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msi.capoff + PCIR_MSI_CTRL, 2U); in write_vmsi_cap_reg()
A Dvdev.c39 uint32_t pci_vdev_read_vcfg(const struct pci_vdev *vdev, uint32_t offset, uint32_t bytes) in pci_vdev_read_vcfg() function
112 lo = pci_vdev_read_vcfg(vdev, offset, 4U); in pci_vdev_update_vbar_base()
119 hi = pci_vdev_read_vcfg(vdev, (offset + 4U), 4U); in pci_vdev_update_vbar_base()
A Dvpci_mf_dev.c40 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vpci_mf_dev()
A Dpci_pt.c59 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_pt_vmsix_cap_reg()
76 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_pt_vmsix_cap_reg()
329 pre_val = pci_vdev_read_vcfg(vdev, PCIR_IO_BASE, 2U); in vdev_bridge_pt_restore_space()
336 pre_val = pci_vdev_read_vcfg(vdev, offset, 4U); in vdev_bridge_pt_restore_space()
353 pre_val = pci_vdev_read_vcfg(vdev, PCIR_PRIBUS_1, 2U); in vdev_bridge_pt_restore_bus()
359 pre_val = pci_vdev_read_vcfg(vdev, PCIR_SUBBUS_1, 1U); in vdev_bridge_pt_restore_bus()
A Dvmsix.c50 virt = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vmsix_cap_reg()
83 old = pci_vdev_read_vcfg(vdev, offset, bytes); in write_vmsix_cap_reg()
A Dvpci_bridge.c161 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vpci_bridge_cfg()
A Dvpci.c470 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_cfg_header()
490 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_cfg_header()
614 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_pt_dev_cfg()
621 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_pt_dev_cfg()
626 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_pt_dev_cfg()
959 sts = pci_vdev_read_vcfg(vdev, PCIR_STATUS, 2U); in vpci_add_capability()
996 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in vpci_vmsix_enabled()
A Dvhostbridge.c243 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vhostbridge_cfg()
A Dvmsix_on_msi.c134 old_msgctrl = (uint16_t)pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_vmsix_cap_reg_on_msi()
137 msgctrl = (uint16_t)pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_vmsix_cap_reg_on_msi()
A Dvroot_port.c82 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vrp_cfg()
A Dvpci_priv.h174 uint32_t pci_vdev_read_vcfg(const struct pci_vdev *vdev, uint32_t offset, uint32_t bytes);
A Dvmcs9900.c38 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_vmcs9900_cfg()
A Divshmem.c314 *val = pci_vdev_read_vcfg(vdev, offset, bytes); in read_ivshmem_vdev_cfg()

Completed in 13 milliseconds