Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c176 vdev->regions[i].type = VFIO_PLATFORM_REGION_TYPE_PIO; in vfio_platform_regions_init()
457 else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO) in vfio_platform_read()
535 else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO) in vfio_platform_write()
597 else if (vdev->regions[index].type & VFIO_PLATFORM_REGION_TYPE_PIO) in vfio_platform_mmap()
H A Dvfio_platform_private.h41 #define VFIO_PLATFORM_REGION_TYPE_PIO 2 macro