Searched refs:vcpu_has_sve (Results 1 – 8 of 8) sorted by relevance
135 if (!vcpu_has_sve(vcpu)) in kvm_arm_vcpu_finalize()149 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu)) in kvm_arm_vcpu_is_finalized()169 if (vcpu_has_sve(vcpu)) in kvm_vcpu_reset_sve()
150 if (vcpu_has_sve(vcpu)) in kvm_arch_vcpu_ctxsync_fp()191 if (vcpu_has_sve(vcpu)) { in kvm_arch_vcpu_put_fp()
115 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off)) in core_reg_size_from_offset()317 if (!vcpu_has_sve(vcpu)) in get_sve_vls()341 if (!vcpu_has_sve(vcpu)) in set_sve_vls()450 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()460 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()650 if (!vcpu_has_sve(vcpu)) in num_sve_regs()668 if (!vcpu_has_sve(vcpu)) in copy_sve_reg_indices()
1203 if (!vcpu_has_sve(vcpu)) in read_id_reg()1269 if (!vcpu_has_sve(vcpu)) in id_visibility()1317 if (vcpu_has_sve(vcpu)) in sve_visibility()
59 if (vcpu_has_sve(vcpu)) in __activate_traps()
102 if (vcpu_has_sve(vcpu) && (vcpu->arch.fp_state == FP_STATE_GUEST_OWNED)) in __deactivate_traps()
176 sve_guest = vcpu_has_sve(vcpu); in kvm_hyp_handle_fpsimd()
694 #define vcpu_has_sve(vcpu) (system_supports_sve() && \ macro
Completed in 19 milliseconds