Searched refs:cpu_x86_cpuid (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | fw_cfg.c | 183 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 D | misc_helper.c | 56 cpu_x86_cpuid(env, (uint32_t)env->regs[R_EAX], (uint32_t)env->regs[R_ECX], in helper_cpuid()
|
H A D | fpu_helper.c | 3151 cpu_x86_cpuid(env, 0x0d, 0, &ena_lo, &dummy, &dummy, &ena_hi); in helper_xsetbv()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 1807 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 D | hvf.c | 404 cpu_x86_cpuid(env, index, count, eax, ebx, ecx, edx); in hvf_cpu_x86_cpuid()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 2369 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count,
|
H A D | cpu.c | 6408 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, in cpu_x86_cpuid() function
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 1946 cpu_x86_cpuid(env, cpuid_fn, 0, (UINT32 *)&rax, (UINT32 *)&rbx, in whpx_vcpu_run()
|