Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c420 hwaddr bar_offset, char * const buf, in vfu_object_bar_rw() argument
432 bar_offset, len); in vfu_object_bar_rw()
435 warn_report("vfu: invalid address 0x%"PRIx64"", bar_offset); in vfu_object_bar_rw()
446 pci_bar, bar_offset, in vfu_object_bar_rw()
447 (bar_offset + section_size)); in vfu_object_bar_rw()
456 is_write ? "write to" : "read from", bar_offset, in vfu_object_bar_rw()
457 (bar_offset + section_size), pci_bar); in vfu_object_bar_rw()
463 bar_offset += section_size; in vfu_object_bar_rw()