Searched refs:vcpu_has_sve (Results 1 – 7 of 7) sorted by relevance
93 update_thread_flag(TIF_SVE, vcpu_has_sve(vcpu)); in kvm_arch_vcpu_ctxsync_fp()107 bool guest_has_sve = vcpu_has_sve(vcpu); in kvm_arch_vcpu_put_fp()
98 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off)) in core_reg_size_from_offset()273 if (!vcpu_has_sve(vcpu)) in get_sve_vls()297 if (!vcpu_has_sve(vcpu)) in set_sve_vls()406 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()416 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()606 if (!vcpu_has_sve(vcpu)) in num_sve_regs()624 if (!vcpu_has_sve(vcpu)) in copy_sve_reg_indices()
179 if (!vcpu_has_sve(vcpu)) in kvm_arm_vcpu_finalize()193 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu)) in kvm_arm_vcpu_is_finalized()206 if (vcpu_has_sve(vcpu)) in kvm_vcpu_reset_sve()
1124 if (!vcpu_has_sve(vcpu)) in read_id_reg()1159 if (!vcpu_has_sve(vcpu)) in id_visibility()1205 if (vcpu_has_sve(vcpu)) in sve_visibility()
60 if (vcpu_has_sve(vcpu)) in __activate_traps()
212 sve_guest = vcpu_has_sve(vcpu); in __hyp_handle_fpsimd()
414 #define vcpu_has_sve(vcpu) (system_supports_sve() && \ macro