Searched refs:PCIBAR_MEM32 (Results 1 – 10 of 10) sorted by relevance
| /devicemodel/hw/pci/ |
| A D | gvt.c | 143 bar0_end_addr, 0, PCIBAR_MEM32, gvt_dev); in update_gvt_bar() 147 bar2_end_addr, 2, PCIBAR_MEM32, gvt_dev); in update_gvt_bar() 151 pci_emul_alloc_bar(gvt_dev, 0, PCIBAR_MEM32, in update_gvt_bar() 153 pci_emul_alloc_bar(gvt_dev, 2, PCIBAR_MEM32, in update_gvt_bar() 220 bar0_end_addr, 0, PCIBAR_MEM32, gvt->gvt_pi); in gvt_init_config() 224 bar2_end_addr, 2, PCIBAR_MEM32, gvt->gvt_pi); in gvt_init_config() 276 ret = pci_emul_alloc_bar(gvt->gvt_pi, 0, PCIBAR_MEM32, in gvt_init_config() 283 ret = pci_emul_alloc_bar(gvt->gvt_pi, 2, PCIBAR_MEM32, in gvt_init_config()
|
| A D | uart.c | 116 pci_emul_alloc_bar(dev, 0, PCIBAR_MEM32, 256); in pci_uart_init() 117 pci_emul_alloc_bar(dev, 1, PCIBAR_MEM32, PAGE_SIZE); in pci_uart_init()
|
| A D | ivshmem.c | 319 pci_emul_alloc_bar(dev, IVSHMEM_MMIO_BAR, PCIBAR_MEM32, IVSHMEM_REG_SIZE); in pci_ivshmem_init() 320 pci_emul_alloc_bar(dev, IVSHMEM_MSIX_BAR, PCIBAR_MEM32, IVSHMEM_MSIX_PBA_SIZE); in pci_ivshmem_init()
|
| A D | core.c | 638 case PCIBAR_MEM32: in modify_bar_registration() 732 case PCIBAR_MEM32: in update_bar_address() 802 type = PCIBAR_MEM32; in pci_emul_alloc_pbar() 848 case PCIBAR_MEM32: in pci_emul_alloc_pbar() 1264 pci_emul_alloc_bar(dev, barnum, PCIBAR_MEM32, in pci_emul_add_msixcap() 1586 reserved_bar_regions[i].bar_type == PCIBAR_MEM32){ in init_pci() 2352 case PCIBAR_MEM32: in pci_emul_cmdsts_write() 2515 case PCIBAR_MEM32: in pci_cfgrw() 2521 PCIBAR_MEM32, in pci_cfgrw() 2602 pci_emul_alloc_bar(dev, 1, PCIBAR_MEM32, DMEMSZ) || in pci_emul_dinit() [all …]
|
| A D | wdt_i6300esb.c | 358 pci_emul_alloc_bar(dev, 0, PCIBAR_MEM32, WDT_REG_BAR_SIZE); in pci_wdt_init()
|
| A D | passthrough.c | 318 bartype = PCIBAR_MEM32; in cfginitbar() 370 if (bartype == PCIBAR_MEM32 || bartype == PCIBAR_MEM64) { in cfginitbar() 870 error = pci_emul_alloc_pbar(dev, vmsix_on_msi_bar_id, 0, PCIBAR_MEM32, 4096); in passthru_init()
|
| A D | ahci.c | 2480 pci_emul_alloc_bar(dev, 5, PCIBAR_MEM32, in pci_ahci_init()
|
| A D | xhci.c | 4625 pci_emul_alloc_bar(dev, 0, PCIBAR_MEM32, xdev->regsend); in pci_xhci_init()
|
| /devicemodel/include/ |
| A D | pci_core.h | 104 PCIBAR_MEM32, enumerator
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_gpu.c | 1782 pci_emul_alloc_bar(dev, 0, PCIBAR_MEM32, VIRTIO_GPU_VGA_FB_SIZE); in virtio_gpu_init()
|
Completed in 32 milliseconds