Searched refs:vcpu_sve_max_vq (Results 1 – 5 of 5) sorted by relevance
554 sve_cond_update_zcr_vq(vcpu_sve_max_vq(vcpu) - 1, SYS_ZCR_EL2); in __hyp_sve_restore_guest()593 zcr_el2 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_guest()628 zcr_el2 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_host()634 zcr_el1 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_host()
326 max_vq = vcpu_sve_max_vq(vcpu); in get_sve_vls()454 vq = vcpu_sve_max_vq(vcpu); in sve_reg_to_region()464 vq = vcpu_sve_max_vq(vcpu); in sve_reg_to_region()
2678 vq = min(vq, vcpu_sve_max_vq(vcpu)); in access_zcr_el2()
35 sve_cond_update_zcr_vq(vcpu_sve_max_vq(vcpu) - 1, SYS_ZCR_EL2); in __hyp_sve_save_guest()
1046 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl) macro