Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/xe/
H A Dmain.c242 XE_VFIO_FILE_SAVE = 0, enumerator
259 fops = type == XE_VFIO_FILE_SAVE ? &xe_vfio_pci_save_fops : &xe_vfio_pci_resume_fops; in xe_vfio_pci_alloc_file()
260 flags = type == XE_VFIO_FILE_SAVE ? O_RDONLY : O_WRONLY; in xe_vfio_pci_alloc_file()
318 migf = xe_vfio_pci_alloc_file(xe_vdev, XE_VFIO_FILE_SAVE); in xe_vfio_set_state()