Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dreset.c42 kvm_host_sve_max_vl = sve_max_vl(); in kvm_arm_init_sve()
57 if (kvm_sve_max_vl < sve_max_vl()) in kvm_arm_init_sve()
70 vcpu->arch.sve_max_vl = kvm_sve_max_vl; in kvm_vcpu_enable_sve()
93 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve()
Dfpsimd.c118 vcpu->arch.sve_max_vl, in kvm_arch_vcpu_ctxsync_fp()
Dguest.c316 if (WARN_ON(!sve_vl_valid(vcpu->arch.sve_max_vl))) in get_sve_vls()
373 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
/arch/arm64/include/asm/
Dfpsimd.h222 static inline int sve_max_vl(void) in sve_max_vl() function
267 static inline int sve_max_vl(void) in sve_max_vl() function
Dkvm_host.h435 unsigned int sve_max_vl; member
714 sve_ffr_offset((vcpu)->arch.sve_max_vl))
716 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl)
722 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
/arch/arm64/kernel/
Dfpsimd.c1184 if (sve_max_virtualisable_vl() < sve_max_vl()) in sve_setup()
1894 sve_save_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_begin()
1946 sve_load_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_end()
Dsignal.c734 int vl = max(sve_max_vl(), sme_max_vl()); in setup_sigframe_layout()
/arch/arm64/kvm/hyp/nvhe/
Dpkvm.c574 hyp_vcpu->vcpu.arch.sve_max_vl = READ_ONCE(host_vcpu->arch.sve_max_vl); in init_pkvm_hyp_vcpu()
583 hyp_vcpu->vcpu.arch.sve_max_vl = 0; in init_pkvm_hyp_vcpu()