Lines Matching refs:guest_cpuid
441 struct kvm_cpuid_entry2 *guest_cpuid;
447 guest_cpuid = kvm_find_cpuid_entry_index(vcpu, 0x12, 0);
448 if (!guest_cpuid)
452 if (guest_cpuid->ebx != ebx || guest_cpuid->edx != edx)
455 guest_cpuid = kvm_find_cpuid_entry_index(vcpu, 0x12, 1);
456 if (!guest_cpuid)
460 if (guest_cpuid->eax != eax || guest_cpuid->ebx != ebx ||
461 guest_cpuid->ecx != ecx || guest_cpuid->edx != edx)