Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dfpsimd.c140 int __ro_after_init sve_max_vl = SVE_VL_MIN; variable
338 int max_vl = sve_max_vl; in find_supported_vector_length()
372 vl = sve_max_vl; in sve_proc_do_default_vl()
802 if (!sve_vl_valid(sve_max_vl)) in sve_efi_setup()
806 SVE_SIG_REGS_SIZE(sve_vq_from_vl(sve_max_vl)), SVE_VQ_BYTES); in sve_efi_setup()
871 sve_max_vl = sve_vl_from_vq((zcr & ZCR_ELx_LEN_MASK) + 1); in sve_setup()
877 if (WARN_ON(sve_max_vl != find_supported_vector_length(sve_max_vl))) in sve_setup()
878 sve_max_vl = find_supported_vector_length(sve_max_vl); in sve_setup()
899 if (sve_max_virtualisable_vl > sve_max_vl) in sve_setup()
900 sve_max_virtualisable_vl = sve_max_vl; in sve_setup()
[all …]
Dsignal.c592 int vl = sve_max_vl; in setup_sigframe_layout()
Dptrace.c733 header->max_vl = sve_max_vl; in sve_init_header_from_task()
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dreset.c117 if (kvm_sve_max_vl < sve_max_vl) in kvm_arm_init_sve()
134 vcpu->arch.sve_max_vl = kvm_sve_max_vl; in kvm_vcpu_enable_sve()
155 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve()
Dguest.c276 if (WARN_ON(!sve_vl_valid(vcpu->arch.sve_max_vl))) in get_sve_vls()
281 max_vq = sve_vq_from_vl(vcpu->arch.sve_max_vl); in get_sve_vls()
333 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
409 vq = sve_vq_from_vl(vcpu->arch.sve_max_vl); in sve_reg_to_region()
419 vq = sve_vq_from_vl(vcpu->arch.sve_max_vl); in sve_reg_to_region()
Dfpsimd.c90 vcpu->arch.sve_max_vl); in kvm_arch_vcpu_ctxsync_fp()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_host.h287 unsigned int sve_max_vl; member
388 sve_ffr_offset((vcpu)->arch.sve_max_vl)))
394 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
397 __vcpu_vq = sve_vq_from_vl((vcpu)->arch.sve_max_vl); \
Dfpsimd.h82 extern int __ro_after_init sve_max_vl;
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h269 sve_vq_from_vl(vcpu->arch.sve_max_vl) - 1); in __hyp_handle_fpsimd()