Home
last modified time | relevance | path

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

/external/cpu_features/src/
Dcpuinfo_x86.c172 static Leaf SafeCpuId(uint32_t max_cpuid_leaf, uint32_t leaf_id) { in SafeCpuId() function
1124 Leaf leaf = SafeCpuId(max_cpuid_leaf, 2); in ParseLeaf2()
1180 const Leaf leaf_1 = SafeCpuId(max_cpuid_leaf, 1); in CheckOsSupport()
1275 const Leaf leaf_1 = SafeCpuId(max_cpuid_leaf, 1); in ParseCpuId()
1276 const Leaf leaf_7 = SafeCpuId(max_cpuid_leaf, 7); in ParseCpuId()
1369 const Leaf leaf_80000001 = SafeCpuId(max_extended_cpuid_leaf, 0x80000001); in ParseExtraAMDCpuId()
1537 const Leaf leaf = SafeCpuId(max_cpuid_ext_leaf, leaf_id); in SetString()