/external/qemu/target-i386/ |
kvm.c | 143 cpu_x86_cpuid(env, 0, 0, &limit, &unused, &unused, &unused); 156 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 163 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 174 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx); 189 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx); 193 cpu_x86_cpuid(env, 0x80000000, 0, &limit, &unused, &unused, &unused); 200 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
|
cpu.h | 804 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count,
|
helper.c | 1564 void cpu_x86_cpuid(CPUX86State *env, uint32_t index, uint32_t count, function [all...] |
op_helper.c | [all...] |