Home
last modified time | relevance | path

Searched defs:max_cpuid_leaf (Results 1 – 1 of 1) sorted by relevance

/external/cpu_features/src/
Dcpuinfo_x86.c164 static Leaf SafeCpuIdEx(uint32_t max_cpuid_leaf, uint32_t leaf_id, int ecx) { in SafeCpuIdEx()
172 static Leaf SafeCpuId(uint32_t max_cpuid_leaf, uint32_t leaf_id) { in SafeCpuId()
1123 static void ParseLeaf2(const int max_cpuid_leaf, CacheInfo* info) { in ParseLeaf2()
1141 static void ParseLeaf4(const int max_cpuid_leaf, CacheInfo* info) { in ParseLeaf4()
1179 static OsSupport CheckOsSupport(const uint32_t max_cpuid_leaf) { in CheckOsSupport()
1273 static void ParseCpuId(const uint32_t max_cpuid_leaf, in ParseCpuId()
1392 const uint32_t max_cpuid_leaf = leaf_0.eax; in GetX86Info() local
1405 const uint32_t max_cpuid_leaf = leaf_0.eax; in GetX86CacheInfo() local