Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dkvm_arm.h118 bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try,
H A Dkvm.c101 bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, in kvm_arm_create_scratch_host_vcpu() argument
145 } else if (cpus_to_try) { in kvm_arm_create_scratch_host_vcpu()
153 while (*cpus_to_try != QEMU_KVM_ARM_TARGET_NONE) { in kvm_arm_create_scratch_host_vcpu()
154 try.target = *cpus_to_try++; in kvm_arm_create_scratch_host_vcpu()
250 static const uint32_t cpus_to_try[] = { in kvm_arm_get_host_cpu_features() local
285 if (!kvm_arm_create_scratch_host_vcpu(cpus_to_try, fdarray, &init)) { in kvm_arm_get_host_cpu_features()