Searched refs:vendor (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/i386/ |
| H A D | cpuid.c | 1675 char vendor[13]; in cpuid_vmm_detect_pv_interface() local 1678 memcpy(&vendor[0], ®[ebx], 4); in cpuid_vmm_detect_pv_interface() 1679 memcpy(&vendor[4], ®[ecx], 4); in cpuid_vmm_detect_pv_interface() 1680 memcpy(&vendor[8], ®[edx], 4); in cpuid_vmm_detect_pv_interface() 1681 vendor[12] = '\0'; in cpuid_vmm_detect_pv_interface() 1682 if ((0 == strcmp(vendor, signature)) && in cpuid_vmm_detect_pv_interface()
|
| /xnu-10002.1.13/libsyscall/mach/ |
| H A D | err_iokit.sub | 253 /* -2 */ { "(iokit/vendor)", 0 }, // 0xe0028000
|
| /xnu-10002.1.13/bsd/dev/i386/ |
| H A D | sysctl.c | 395 SYSCTL_PROC(_machdep_cpu, OID_AUTO, vendor, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_LOCKED,
|