Searched refs:vendor (Results 1 – 2 of 2) sorted by relevance
100 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead()118 if (v[0] == p->vendor[0] && in x86cpuid_GetFirm()119 v[1] == p->vendor[1] && in x86cpuid_GetFirm()120 v[2] == p->vendor[2]) in x86cpuid_GetFirm()
127 UInt32 vendor[3]; member