_vr_size          311 drivers/misc/mic/vop/vop_main.c 	int vr_size, _vr_size, err, magic;
_vr_size          323 drivers/misc/mic/vop/vop_main.c 	_vr_size = vring_size(le16_to_cpu(config.num), MIC_VIRTIO_RING_ALIGN);
_vr_size          324 drivers/misc/mic/vop/vop_main.c 	vr_size = PAGE_ALIGN(_vr_size + sizeof(struct _mic_vring_info));
_vr_size          329 drivers/misc/mic/vop/vop_main.c 	memset_io(va, 0x0, _vr_size);
_vr_size          331 drivers/misc/mic/vop/vop_main.c 	info = va + _vr_size;