Home
last modified time | relevance | path

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

/external/cpu_features/src/
Dcpuinfo_x86.c1175 } OsSupport; typedef
1177 static const OsSupport kEmptyOsSupport;
1179 static OsSupport CheckOsSupport(const uint32_t max_cpuid_leaf) { in CheckOsSupport()
1185 OsSupport os_support = kEmptyOsSupport; in CheckOsSupport()
1274 const OsSupport os_support, X86Info* info) { in ParseCpuId()
1366 static void ParseExtraAMDCpuId(X86Info* info, OsSupport os_support) { in ParseExtraAMDCpuId()
1393 const OsSupport os_support = CheckOsSupport(max_cpuid_leaf); in GetX86Info()