Searched refs:x86_cpuid_lookup_vendor (Results 1 – 5 of 5) sorted by relevance
/xen/xen/lib/x86/ |
A D | cpuid.c | 12 unsigned int x86_cpuid_lookup_vendor(uint32_t ebx, uint32_t ecx, uint32_t edx) in x86_cpuid_lookup_vendor() function 65 p->x86_vendor = x86_cpuid_lookup_vendor( in x86_cpuid_policy_recalc_synth()
|
/xen/xen/include/xen/lib/x86/ |
A D | cpuid.h | 73 unsigned int x86_cpuid_lookup_vendor(uint32_t ebx, uint32_t ecx, uint32_t edx);
|
/xen/xen/arch/x86/cpu/ |
A D | common.c | 303 c->x86_vendor = x86_cpuid_lookup_vendor(ebx, ecx, edx); in early_cpu_init() 367 c->x86_vendor = x86_cpuid_lookup_vendor(ebx, ecx, edx); in generic_identify()
|
/xen/tools/tests/cpu-policy/ |
A D | test-cpu-policy.c | 61 unsigned int vendor = x86_cpuid_lookup_vendor(t->b, t->c, t->d); in test_vendor_identification()
|
/xen/xen/arch/x86/ |
A D | cpuid.c | 570 p->x86_vendor = x86_cpuid_lookup_vendor( in recalculate_cpuid_policy()
|
Completed in 11 milliseconds