Home
last modified time | relevance | path

Searched refs:cpu_vendor (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dlocore.s358 movl $0x4778654e,cpu_vendor # store vendor string
359 movl $0x72446e65,cpu_vendor+4
360 movl $0x6e657669,cpu_vendor+8
361 movl $0,cpu_vendor+12
407 movl $0x69727943,cpu_vendor # store vendor string
408 movl $0x736e4978,cpu_vendor+4
409 movl $0x64616574,cpu_vendor+8
416 movl %ebx,cpu_vendor # store vendor string
417 movl %edx,cpu_vendor+4
418 movl %ecx,cpu_vendor+8
[all …]
/f-stack/freebsd/amd64/vmm/
H A Dvmm_util.c51 return (strcmp(cpu_vendor, "GenuineIntel") == 0); in vmm_is_intel()
57 return (strcmp(cpu_vendor, "AuthenticAMD") == 0 || in vmm_is_svm()
58 strcmp(cpu_vendor, "HygonGenuine") == 0); in vmm_is_svm()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c107 char cpu_vendor[20]; /* CPU Origin code */ variable
750 if (*cpu_vendor) in printcpuinfo()
751 printf(" Origin=\"%s\"", cpu_vendor); in printcpuinfo()
1144 if (*cpu_vendor || cpu_id) in printcpuinfo()
1568 ((u_int *)&cpu_vendor)[0] = regs[1]; in identify_cpu1()
1569 ((u_int *)&cpu_vendor)[1] = regs[3]; in identify_cpu1()
1570 ((u_int *)&cpu_vendor)[2] = regs[2]; in identify_cpu1()
1571 cpu_vendor[12] = '\0'; in identify_cpu1()
1699 strcpy(cpu_vendor, "IBM"); in finishidentcpu()
1772 strcpy(cpu_vendor, "IBM"); in finishidentcpu()
[all …]
H A Dmca.c396 printf("MCA: Vendor \"%s\", ID 0x%x, APIC ID %d\n", cpu_vendor, in mca_log()
/f-stack/freebsd/mips/include/
H A Dcpuinfo.h55 u_int8_t cpu_vendor; member
/f-stack/freebsd/mips/mips/
H A Dcpu.c113 cpuinfo->cpu_vendor = MIPS_PRID_CID(prid); in mips_get_identity()
304 switch (cpuinfo.cpu_vendor) { in cpu_identify()
342 printf("Unknown cid %#x", cpuinfo.cpu_vendor); in cpu_identify()
/f-stack/freebsd/x86/include/
H A Dx86_var.h64 extern char cpu_vendor[];
/f-stack/freebsd/x86/cpufreq/
H A Dest.c1054 "est: cpu_vendor %s, msr %0jx\n", cpu_vendor, msr); in est_get_info()