Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 7 of 7) sorted by relevance

/hypervisor/dm/vpci/
A Dvmsix.c100 uint32_t entry_offset, table_offset, index = CONFIG_MAX_MSIX_TABLE_NUM; in rw_vmsix_table() local
110 table_offset = (uint32_t)(offset - vdev->msix.table_offset); in rw_vmsix_table()
111 index = table_offset / MSIX_TABLE_ENTRY_SIZE; in rw_vmsix_table()
114 entry_offset = table_offset % MSIX_TABLE_ENTRY_SIZE; in rw_vmsix_table()
173 vdev->msix.table_offset = 0U; in add_vmsix_capability()
A Dpci_pt.c45 void *hva = hpa2hva(vdev->msix.mmio_hpa + vdev->msix.table_offset); in get_msix_table_entry()
188 addr_lo = msix->mmio_gpa + msix->table_offset; in vdev_pt_unmap_msix()
211 addr_lo = vbar->base_gpa + msix->table_offset; in vdev_pt_map_msix()
529 vdev->msix.table_offset = pdev->msix.table_offset; in init_vmsix_pt()
A Dvpci_priv.h80 return in_range(offset, vdev->msix.table_offset, vdev->msix.table_count * MSIX_TABLE_ENTRY_SIZE); in msixtable_access()
A Dvmsix_on_msi.c97 vdev->msix.table_offset = 0U; in init_vmsix_on_msi()
/hypervisor/include/dm/
A Dvpci.h80 uint32_t table_offset; member
/hypervisor/include/hw/
A Dpci.h262 uint32_t table_offset; member
/hypervisor/hw/
A Dpci.c801 pdev->msix.table_offset = table_info & ~PCIM_MSIX_BIR_MASK; in pci_enumerate_cap()

Completed in 11 milliseconds