Home
last modified time | relevance | path

Searched refs:x86_vendor_id (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c312 *(u32 *)&c->x86_vendor_id[0] = ebx; in early_cpu_detect()
313 *(u32 *)&c->x86_vendor_id[8] = ecx; in early_cpu_detect()
314 *(u32 *)&c->x86_vendor_id[4] = edx; in early_cpu_detect()
357 *(u32 *)&c->x86_vendor_id[0] = ebx; in generic_identify()
358 *(u32 *)&c->x86_vendor_id[8] = ecx; in generic_identify()
359 *(u32 *)&c->x86_vendor_id[4] = edx; in generic_identify()
427 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
674 vendor = c->x86_vendor_id; in print_cpu_info()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h131 char x86_vendor_id[16]; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dplatform_hypercall.c612 memcpy(ver->vendor_id, c->x86_vendor_id, sizeof(ver->vendor_id)); in do_platform_op()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c971 memcpy(xcp->mc_vendorid, c->x86_vendor_id, sizeof xcp->mc_vendorid); in do_mc_get_cpu_info()

Completed in 10 milliseconds