Searched refs:x86_cpu_get_supported_cpuid (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 49 static void x86_cpu_get_supported_cpuid(uint32_t func, uint32_t index, 6214 static void x86_cpu_get_supported_cpuid(uint32_t func, uint32_t index, in x86_cpu_get_supported_cpuid() function 6691 x86_cpu_get_supported_cpuid(0xA, count, eax, ebx, ecx, edx); in cpu_x86_cpuid() 6731 x86_cpu_get_supported_cpuid(0x1C, 0, eax, ebx, ecx, edx); in cpu_x86_cpuid() 6782 x86_cpu_get_supported_cpuid(0xD, count, eax, ebx, ecx, edx); in cpu_x86_cpuid() 6834 x86_cpu_get_supported_cpuid(0x12, count, eax, ebx, ecx, edx); in cpu_x86_cpuid() 7537 x86_cpu_get_supported_cpuid(0x24, 0, &eax, &ebx, &ecx, &edx); in x86_cpu_expand_features() 7683 x86_cpu_get_supported_cpuid(0x14, 0, in x86_cpu_filter_features() 7685 x86_cpu_get_supported_cpuid(0x14, 1, in x86_cpu_filter_features() 7710 x86_cpu_get_supported_cpuid(0x24, 0, in x86_cpu_filter_features()
|