Home
last modified time | relevance | path

Searched refs:qemu_vfio_pci_unmap_bar (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dvfio-helpers.h27 void qemu_vfio_pci_unmap_bar(QEMUVFIOState *s, int index, void *bar,
/openbmc/qemu/block/
H A Dnvme.c889 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 Dvfio-helpers.c185 void qemu_vfio_pci_unmap_bar(QEMUVFIOState *s, int index, void *bar, in qemu_vfio_pci_unmap_bar() function