Searched refs:qemu_vfio_pci_unmap_bar (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | vfio-helpers.h | 27 void qemu_vfio_pci_unmap_bar(QEMUVFIOState *s, int index, void *bar,
|
/openbmc/qemu/block/ |
H A D | nvme.c | 889 qemu_vfio_pci_unmap_bar(s->vfio, 0, (void *)regs, 0, sizeof(NvmeBar)); in nvme_init() 963 qemu_vfio_pci_unmap_bar(s->vfio, 0, s->bar0_wo_map, in nvme_close()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 185 void qemu_vfio_pci_unmap_bar(QEMUVFIOState *s, int index, void *bar, in qemu_vfio_pci_unmap_bar() function
|