Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Dreset.c68 if (kvm_sve_max_vl < sve_max_vl()) in kvm_arm_init_sve()
81 vcpu->arch.sve_max_vl = kvm_sve_max_vl; in kvm_vcpu_enable_sve()
104 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve()
H A Dfpsimd.c153 fp_state.sve_vl = vcpu->arch.sve_max_vl; in kvm_arch_vcpu_ctxsync_fp()
H A Dguest.c321 if (WARN_ON(!sve_vl_valid(vcpu->arch.sve_max_vl))) in get_sve_vls()
378 vcpu->arch.sve_max_vl = sve_vl_from_vq(max_vq); in set_sve_vls()
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h251 static inline int sve_max_vl(void) in sve_max_vl() function
296 static inline int sve_max_vl(void) in sve_max_vl() function
H A Dkvm_host.h480 unsigned int sve_max_vl; member
742 sve_ffr_offset((vcpu)->arch.sve_max_vl))
744 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl)
750 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c33 hyp_vcpu->vcpu.arch.sve_max_vl = host_vcpu->arch.sve_max_vl; in flush_hyp_vcpu()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c1251 if (sve_max_virtualisable_vl() < sve_max_vl()) in sve_setup()
2018 sve_save_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_begin()
2070 sve_load_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_end()
H A Dsignal.c883 int vl = max(sve_max_vl(), sme_max_vl()); in setup_sigframe_layout()