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

/linux-master/arch/arm64/kvm/
H A Dfpsimd.c159 if (vcpu_has_sve(vcpu))
200 if (vcpu_has_sve(vcpu)) {
H A Dreset.c130 if (!vcpu_has_sve(vcpu))
144 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu))
164 if (vcpu_has_sve(vcpu))
H A Dguest.c115 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off))
317 if (!vcpu_has_sve(vcpu))
341 if (!vcpu_has_sve(vcpu))
450 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
460 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
655 if (!vcpu_has_sve(vcpu))
673 if (!vcpu_has_sve(vcpu))
H A Dsys_regs.c1596 if (!vcpu_has_sve(vcpu))
1642 if (vcpu_has_sve(vcpu))
1653 if (!vcpu_has_sve(vcpu))
/linux-master/arch/arm64/include/asm/
H A Dkvm_emulate.h590 if (!vcpu_has_sve(vcpu) ||
598 if (vcpu_has_sve(vcpu) &&
H A Dkvm_host.h866 #define vcpu_has_sve(vcpu) (system_supports_sve() && \ macro
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c79 if (vcpu_has_sve(vcpu))
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h345 sve_guest = vcpu_has_sve(vcpu);

Completed in 263 milliseconds