Searched refs:vcpu_sve_max_vq (Results 1 – 5 of 5) sorted by relevance
438 sve_cond_update_zcr_vq(vcpu_sve_max_vq(vcpu) - 1, SYS_ZCR_EL2); in __hyp_sve_restore_guest()477 zcr_el2 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_guest()512 zcr_el2 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_host()518 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()
2780 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()
1082 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl) macro