Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/
Dguest.c314 unsigned int max_vq, vq; in get_sve_vls() local
325 max_vq = vcpu_sve_max_vq(vcpu); in get_sve_vls()
326 for (vq = SVE_VQ_MIN; vq <= max_vq; ++vq) in get_sve_vls()
338 unsigned int max_vq, vq; in set_sve_vls() local
353 max_vq = 0; in set_sve_vls()
356 max_vq = vq; in set_sve_vls()
358 if (max_vq > sve_vq_from_vl(kvm_sve_max_vl)) in set_sve_vls()
368 for (vq = SVE_VQ_MIN; vq <= max_vq; ++vq) in set_sve_vls()
373 if (max_vq < SVE_VQ_MIN) in set_sve_vls()
377 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
/linux-6.6.21/drivers/vdpa/pds/
Dvdpa_dev.c385 int max_vq, nintrs, qid, err; in pds_vdpa_request_irqs() local
387 max_vq = vdpa_aux->vdpa_mdev.max_supported_vqs; in pds_vdpa_request_irqs()
389 nintrs = pci_alloc_irq_vectors(pdev, max_vq, max_vq, PCI_IRQ_MSIX); in pds_vdpa_request_irqs()
392 max_vq, ERR_PTR(nintrs)); in pds_vdpa_request_irqs()
/linux-6.6.21/Documentation/virt/kvm/
Dapi.rst2585 Access to register IDs where 2048 * slice >= 128 * max_vq will fail with
2586 ENOENT. max_vq is the vcpu's maximum supported vector length in 128-bit
2614 max_vq. This is the maximum vector length available to the guest on