Home
last modified time | relevance | path

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

/qemu/target/loongarch/kvm/
H A Dkvm.c945 bool kvm_supported; in kvm_cpu_check_lsx() local
947 kvm_supported = kvm_feature_supported(cs, LOONGARCH_FEATURE_LSX); in kvm_cpu_check_lsx()
950 if (kvm_supported) { in kvm_cpu_check_lsx()
956 } else if ((cpu->lsx == ON_OFF_AUTO_AUTO) && kvm_supported) { in kvm_cpu_check_lsx()
967 bool kvm_supported; in kvm_cpu_check_lasx() local
969 kvm_supported = kvm_feature_supported(cs, LOONGARCH_FEATURE_LASX); in kvm_cpu_check_lasx()
972 if (kvm_supported) { in kvm_cpu_check_lasx()
978 } else if ((cpu->lasx == ON_OFF_AUTO_AUTO) && kvm_supported) { in kvm_cpu_check_lasx()
989 bool kvm_supported; in kvm_cpu_check_lbt() local
991 kvm_supported = kvm_feature_supported(cs, LOONGARCH_FEATURE_LBT); in kvm_cpu_check_lbt()
[all …]