Home
last modified time | relevance | path

Searched refs:SafeCpuIdEx (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() function
173 return SafeCpuIdEx(max_cpuid_leaf, leaf_id, 0); in SafeCpuId()
1144 const Leaf leaf = SafeCpuIdEx(max_cpuid_leaf, 4, cache_id); in ParseLeaf4()
1277 const Leaf leaf_7_1 = SafeCpuIdEx(max_cpuid_leaf, 7, 1); in ParseCpuId()