Home
last modified time | relevance | path

Searched refs:vcpu_has_sve (Results 1 – 8 of 8) sorted by relevance

/arch/arm64/kvm/
Dfpsimd.c105 update_thread_flag(TIF_SVE, vcpu_has_sve(vcpu)); in kvm_arch_vcpu_ctxsync_fp()
119 bool guest_has_sve = vcpu_has_sve(vcpu); in kvm_arch_vcpu_put_fp()
Dreset.c122 if (!vcpu_has_sve(vcpu)) in kvm_arm_vcpu_finalize()
136 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu)) in kvm_arm_vcpu_is_finalized()
149 if (vcpu_has_sve(vcpu)) in kvm_vcpu_reset_sve()
Dguest.c97 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off)) in core_reg_size_from_offset()
294 if (!vcpu_has_sve(vcpu)) in get_sve_vls()
318 if (!vcpu_has_sve(vcpu)) in set_sve_vls()
427 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()
437 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()
627 if (!vcpu_has_sve(vcpu)) in num_sve_regs()
645 if (!vcpu_has_sve(vcpu)) in copy_sve_reg_indices()
Dsys_regs.c1040 if (!vcpu_has_sve(vcpu)) in read_id_reg()
1085 if (!vcpu_has_sve(vcpu)) in id_visibility()
1131 if (vcpu_has_sve(vcpu)) in sve_visibility()
/arch/arm64/kvm/hyp/vhe/
Dswitch.c61 if (vcpu_has_sve(vcpu)) in __activate_traps()
/arch/arm64/kvm/hyp/nvhe/
Dswitch.c106 if (vcpu_has_sve(vcpu) && (vcpu->arch.flags & KVM_ARM64_FP_ENABLED)) in __deactivate_traps()
/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h237 sve_guest = vcpu_has_sve(vcpu); in __hyp_handle_fpsimd()
/arch/arm64/include/asm/
Dkvm_host.h435 #define vcpu_has_sve(vcpu) (system_supports_sve() && \ macro