Searched refs:get_cpu_vendor (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | processor.h | 562 enum get_cpu_vendor { enum 567 int get_cpu_vendor(uint32_t b, uint32_t c, uint32_t d, enum get_cpu_vendor mode);
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | common.c | 250 int get_cpu_vendor(uint32_t b, uint32_t c, uint32_t d, enum get_cpu_vendor mode) in get_cpu_vendor() function 316 c->x86_vendor = get_cpu_vendor(ebx, ecx, edx, gcv_host); in early_cpu_detect() 361 c->x86_vendor = get_cpu_vendor(ebx, ecx, edx, gcv_host); in generic_identify()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | cpuid.c | 459 p->x86_vendor = get_cpu_vendor(p->basic.vendor_ebx, p->basic.vendor_ecx, in recalculate_cpuid_policy()
|
Completed in 6 milliseconds