Lines Matching +full:memory +full:- +full:region
2 * VFIO region
6 * SPDX-License-Identifier: GPL-2.0-or-later
12 #include "system/memory.h"
25 off_t fd_offset; /* offset of region within device fd */
28 uint32_t flags; /* VFIO region flags (rd/wr/mmap) */
31 uint8_t nr; /* cache the region number for debug */
40 int vfio_region_setup(Object *obj, VFIODevice *vbasedev, VFIORegion *region,
42 int vfio_region_mmap(VFIORegion *region);
43 void vfio_region_mmaps_set_enabled(VFIORegion *region, bool enabled);
44 void vfio_region_unmap(VFIORegion *region);
45 void vfio_region_exit(VFIORegion *region);
46 void vfio_region_finalize(VFIORegion *region);