Searched refs:host_cpu_vendor_fms (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 108 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() function 150 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_max_instance_init()
|
H A D | host-cpu.h | 17 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping);
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 35 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in is_host_cpu_intel()
|
H A D | kvm.c | 386 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_tsx_broken()
|