Searched refs:read_vdev_cfg (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/dm/vpci/ |
| A D | vpci_mf_dev.c | 55 .read_vdev_cfg = read_vpci_mf_dev,
|
| A D | vpci_bridge.c | 215 .read_vdev_cfg = read_vpci_bridge_cfg,
|
| A D | vhostbridge.c | 294 .read_vdev_cfg = read_vhostbridge_cfg,
|
| A D | vroot_port.c | 176 .read_vdev_cfg = read_vrp_cfg,
|
| A D | vmcs9900.c | 163 .read_vdev_cfg = read_vmcs9900_cfg,
|
| A D | vpci.c | 640 .read_vdev_cfg = read_pt_dev_cfg, 655 ret = vdev->vdev_ops->read_vdev_cfg(vdev, offset, bytes, val); in vpci_read_cfg()
|
| A D | ivshmem.c | 733 .read_vdev_cfg = read_ivshmem_vdev_cfg,
|
| /hypervisor/include/dm/ |
| A D | vpci.h | 109 … int32_t (*read_vdev_cfg)(struct pci_vdev *vdev, uint32_t offset, uint32_t bytes, uint32_t *val); member
|
Completed in 13 milliseconds