Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhost-cpu.c23 host_cpuid(0x80000000, 0, &eax, NULL, NULL, NULL); in host_cpu_phys_bits()
25 host_cpuid(0x80000008, 0, &eax, NULL, NULL, NULL); in host_cpu_phys_bits()
99 host_cpuid(0x80000002 + i, 0, &eax, &ebx, &ecx, &edx); in host_cpu_fill_model_id()
112 host_cpuid(0x0, 0, &eax, &ebx, &ecx, &edx); in host_cpu_vendor_fms()
115 host_cpuid(0x1, 0, &eax, &ebx, &ecx, &edx); in host_cpu_vendor_fms()
135 host_cpuid(0, 0, NULL, &ebx, &ecx, &edx); in host_cpu_instance_init()
H A Dsev.c620 host_cpuid(0x8000001F, 0, NULL, &ebx, NULL, NULL); in sev_get_capabilities()
1449 host_cpuid(0x8000001F, 0, NULL, &ebx, NULL, NULL); in sev_common_kvm_init()
H A Dcpu.c1954 void host_cpuid(uint32_t function, uint32_t count, in host_cpuid() function
6245 host_cpuid(0, 0, &level, &unused, &unused, &unused); in x86_cpu_get_cache_cpuid()
6250 host_cpuid(0x80000000, 0, &level, &unused, &unused, &unused); in x86_cpu_get_cache_cpuid()
6262 host_cpuid(func, index, eax, ebx, ecx, edx); in x86_cpu_get_cache_cpuid()
6819 host_cpuid(index, 2, eax, ebx, ecx, edx); in cpu_x86_cpuid()
H A Dcpu.h2431 void host_cpuid(uint32_t function, uint32_t count,
/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c73 host_cpuid(5, 0, &cpu->mwait.eax, &cpu->mwait.ebx, in kvm_cpu_realizefn()
146 host_cpuid(0xd, i, &eax, &ebx, &ecx, &edx); in kvm_cpu_xsave_init()
H A Dkvm.c490 host_cpuid(7, 0, &unused, &ebx, &unused, &unused); in kvm_arch_get_supported_cpuid()
499 host_cpuid(7, 0, &unused, &unused, &unused, &edx); in kvm_arch_get_supported_cpuid()
513 host_cpuid(7, 1, &eax, &unused, &unused, &unused); in kvm_arch_get_supported_cpuid()
517 host_cpuid(7, 2, &unused, &unused, &unused, &edx); in kvm_arch_get_supported_cpuid()
5966 host_cpuid(1, 0, &unused, &unused, &ecx, &unused); in host_supports_vmx()
/openbmc/qemu/hw/i386/
H A Dsgx.c96 host_cpuid(0x12, i + 2, &eax, &ebx, &ecx, &edx); in sgx_calc_host_epc_sections()
170 host_cpuid(0x7, 0, &eax, &ebx, &ecx, &edx); in qmp_query_sgx_capabilities()
175 host_cpuid(0x12, 0, &eax, &ebx, &ecx, &edx); in qmp_query_sgx_capabilities()
/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c65 host_cpuid(func, idx, &eax, &ebx, &ecx, &edx); in hvf_get_supported_cpuid()