Lines Matching refs:evl
748 struct idxd_evl *evl = idxd->evl;
752 if (!evl)
773 spin_lock(&evl->lock);
774 evl->log = addr;
775 evl->dma = dma_addr;
776 evl->log_size = size;
777 evl->bmap = bmap;
781 evlcfg.size = evl->size;
794 spin_unlock(&evl->lock);
811 struct idxd_evl *evl = idxd->evl;
817 spin_lock(&evl->lock);
828 bitmap_free(evl->bmap);
829 evl_log = evl->log;
830 evl_log_size = evl->log_size;
831 evl_dma = evl->dma;
832 evl->log = NULL;
833 evl->size = IDXD_EVL_SIZE_MIN;
834 spin_unlock(&evl->lock);