Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kernel/
Dfpsimd.c140 int __ro_after_init sve_max_vl = SVE_VL_MIN; variable
341 int max_vl = sve_max_vl; in find_supported_vector_length()
375 vl = sve_max_vl; in sve_proc_do_default_vl()
799 if (!sve_vl_valid(sve_max_vl)) in sve_efi_setup()
803 SVE_SIG_REGS_SIZE(sve_vq_from_vl(sve_max_vl)), SVE_VQ_BYTES); in sve_efi_setup()
868 sve_max_vl = sve_vl_from_vq((zcr & ZCR_ELx_LEN_MASK) + 1); in sve_setup()
874 if (WARN_ON(sve_max_vl != find_supported_vector_length(sve_max_vl))) in sve_setup()
875 sve_max_vl = find_supported_vector_length(sve_max_vl); in sve_setup()
896 if (sve_max_virtualisable_vl > sve_max_vl) in sve_setup()
897 sve_max_virtualisable_vl = sve_max_vl; in sve_setup()
[all …]
Dsignal.c597 int vl = sve_max_vl; in setup_sigframe_layout()
Dptrace.c731 header->max_vl = sve_max_vl; in sve_init_header_from_task()
/Linux-v5.15/arch/arm64/kvm/
Dreset.c64 if (kvm_sve_max_vl < sve_max_vl) in kvm_arm_init_sve()
77 vcpu->arch.sve_max_vl = kvm_sve_max_vl; in kvm_vcpu_enable_sve()
98 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve()
Dfpsimd.c102 vcpu->arch.sve_max_vl); in kvm_arch_vcpu_ctxsync_fp()
Dguest.c314 if (WARN_ON(!sve_vl_valid(vcpu->arch.sve_max_vl))) in get_sve_vls()
371 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
/Linux-v5.15/arch/arm64/include/asm/
Dkvm_host.h284 unsigned int sve_max_vl; member
391 sve_ffr_offset((vcpu)->arch.sve_max_vl))
393 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl)
399 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
Dfpsimd.h82 extern int __ro_after_init sve_max_vl;