Searched refs:sve_max_vl (Results 1 – 7 of 7) sorted by relevance
64 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()100 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve()
141 vcpu->arch.sve_max_vl, in kvm_arch_vcpu_ctxsync_fp()
314 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()
234 static inline int sve_max_vl(void) in sve_max_vl() function279 static inline int sve_max_vl(void) in sve_max_vl() function
311 unsigned int sve_max_vl; member545 sve_ffr_offset((vcpu)->arch.sve_max_vl))547 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl)553 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
1194 if (sve_max_virtualisable_vl() < sve_max_vl()) in sve_setup()1920 sve_save_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_begin()1972 sve_load_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_end()
737 int vl = max(sve_max_vl(), sme_max_vl()); in setup_sigframe_layout()