Searched refs:IsVendor (Results 1 – 1 of 1) sorted by relevance
250 static int IsVendor(const Leaf leaf, const char* const name) { in IsVendor() function1388 const bool is_intel = IsVendor(leaf_0, "GenuineIntel"); in GetX86Info()1389 const bool is_amd = IsVendor(leaf_0, "AuthenticAMD"); in GetX86Info()1406 if (IsVendor(leaf_0, "GenuineIntel")) { in GetX86CacheInfo()