Searched refs:vcpu_has_sve (Results 1 – 6 of 6) sorted by relevance
94 update_thread_flag(TIF_SVE, vcpu_has_sve(vcpu)); in kvm_arch_vcpu_ctxsync_fp()108 bool guest_has_sve = vcpu_has_sve(vcpu); in kvm_arch_vcpu_put_fp()
187 if (!vcpu_has_sve(vcpu)) in kvm_arm_vcpu_finalize()201 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu)) in kvm_arm_vcpu_is_finalized()214 if (vcpu_has_sve(vcpu)) in kvm_vcpu_reset_sve()
101 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off)) in core_reg_size_from_offset()218 if (!vcpu_has_sve(vcpu)) in get_sve_vls()242 if (!vcpu_has_sve(vcpu)) in set_sve_vls()351 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()361 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()551 if (!vcpu_has_sve(vcpu)) in num_sve_regs()569 if (!vcpu_has_sve(vcpu)) in copy_sve_reg_indices()
1081 if (id == SYS_ID_AA64PFR0_EL1 && !vcpu_has_sve(vcpu)) { in read_id_reg()1129 if (vcpu_has_sve(vcpu)) in sve_visibility()1139 if (vcpu_has_sve(vcpu)) in sve_id_visibility()1148 if (!vcpu_has_sve(vcpu)) in guest_id_aa64zfr0_el1()1171 if (WARN_ON(!vcpu_has_sve(vcpu))) in get_id_aa64zfr0_el1()1186 if (WARN_ON(!vcpu_has_sve(vcpu))) in set_id_aa64zfr0_el1()
94 if (vcpu_has_sve(vcpu)) in activate_traps_vhe()315 sve_guest = vcpu_has_sve(vcpu); in __hyp_handle_fpsimd()
371 #define vcpu_has_sve(vcpu) (system_supports_sve() && \ macro