Searched refs:hyperv_vendor_id (Results 1 – 3 of 3) sorted by relevance
1425 cpu->hyperv_vendor_id[0] = in kvm_hyperv_expand_features()1427 cpu->hyperv_vendor_id[1] = in kvm_hyperv_expand_features()1429 cpu->hyperv_vendor_id[2] = in kvm_hyperv_expand_features()1432 sizeof(cpu->hyperv_vendor_id) + 1); in kvm_hyperv_expand_features()1433 memcpy(cpu->hyperv_vendor, cpu->hyperv_vendor_id, in kvm_hyperv_expand_features()1434 sizeof(cpu->hyperv_vendor_id)); in kvm_hyperv_expand_features()1435 cpu->hyperv_vendor[sizeof(cpu->hyperv_vendor_id)] = 0; in kvm_hyperv_expand_features()1541 c->ebx = cpu->hyperv_vendor_id[0]; in hyperv_fill_cpuids()1542 c->ecx = cpu->hyperv_vendor_id[1]; in hyperv_fill_cpuids()1543 c->edx = cpu->hyperv_vendor_id[2]; in hyperv_fill_cpuids()
2083 uint32_t hyperv_vendor_id[3]; member
7746 memset(cpu->hyperv_vendor_id, 0, 12); in x86_cpu_hyperv_realize()7747 memcpy(cpu->hyperv_vendor_id, cpu->hyperv_vendor, len); in x86_cpu_hyperv_realize()