Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dfw_cfg.c183 cpu_x86_cpuid(env, 1, 0, &unused, &unused, &ecx, &edx); in fw_cfg_build_feature_control()
195 cpu_x86_cpuid(env, 0x7, 0, &unused, &ebx, &ecx, &unused); in fw_cfg_build_feature_control()
/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c56 cpu_x86_cpuid(env, (uint32_t)env->regs[R_EAX], (uint32_t)env->regs[R_ECX], in helper_cpuid()
H A Dfpu_helper.c3151 cpu_x86_cpuid(env, 0x0d, 0, &ena_lo, &dummy, &dummy, &ena_hi); in helper_xsetbv()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1807 cpu_x86_cpuid(env, 0, 0, &limit, &unused, &unused, &unused); in kvm_x86_build_cpuid()
1823 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1833 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1854 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1879 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1900 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1918 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
1933 cpu_x86_cpuid(env, 0x0a, 0, &eax, &unused, &unused, &edx); in kvm_x86_build_cpuid()
1957 cpu_x86_cpuid(env, 0x80000000, 0, &limit, &unused, &unused, &unused); in kvm_x86_build_cpuid()
1987 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); in kvm_x86_build_cpuid()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c404 cpu_x86_cpuid(env, index, count, eax, ebx, ecx, edx); in hvf_cpu_x86_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.h2369 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count,
H A Dcpu.c6408 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, in cpu_x86_cpuid() function
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1946 cpu_x86_cpuid(env, cpuid_fn, 0, (UINT32 *)&rax, (UINT32 *)&rbx, in whpx_vcpu_run()