Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dguest.c315 unsigned int max_vq, vq; in get_sve_vls() local
326 max_vq = vcpu_sve_max_vq(vcpu); in get_sve_vls()
327 for (vq = SVE_VQ_MIN; vq <= max_vq; ++vq) in get_sve_vls()
339 unsigned int max_vq, vq; in set_sve_vls() local
354 max_vq = 0; in set_sve_vls()
357 max_vq = vq; in set_sve_vls()
359 if (max_vq > sve_vq_from_vl(kvm_sve_max_vl)) in set_sve_vls()
369 for (vq = SVE_VQ_MIN; vq <= max_vq; ++vq) in set_sve_vls()
374 if (max_vq < SVE_VQ_MIN) in set_sve_vls()
378 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
[all...]
/linux/drivers/vdpa/pds/
H A 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/Documentation/virt/kvm/
H A Dapi.rst2639 Access to register IDs where 2048 * slice >= 128 * max_vq will fail with
2640 ENOENT. max_vq is the vcpu's maximum supported vector length in 128-bit
2668 max_vq. This is the maximum vector length available to the guest on