/external/qemu/target-i386/ |
kvm.c | 144 cpu_x86_cpuid(env, 0, 0, &limit, &unused, &unused, &unused); 157 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 164 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 175 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx); 190 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 194 cpu_x86_cpuid(env, 0x80000000, 0, &limit, &unused, &unused, &unused); 201 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
|
misc_helper.c | 122 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx);
|
cpu.h | 962 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, [all...] |
helper.c | 1547 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, function [all...] |