Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvfio_zdev.h48 #define VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH 1 /* Program-specified TLB refresh */ macro
/openbmc/linux/include/uapi/linux/
H A Dvfio_zdev.h48 #define VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH 1 /* Program-specified TLB refresh */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c51 .flags = VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH, in zpci_group_cap()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-vfio.c226 if (cap->flags & VFIO_DEVICE_INFO_ZPCI_FLAG_REFRESH) { in s390_pci_read_group()