Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/i386/
H A Dcpuid.c105 static const cpuid_cache_descriptor_t intel_cpuid_leaf2_descriptor_table[] = { variable
213 #define INTEL_LEAF2_DESC_NUM (sizeof(intel_cpuid_leaf2_descriptor_table) / \
232 if (intel_cpuid_leaf2_descriptor_table[i].value == value) { in cpuid_leaf2_find()
233 return &intel_cpuid_leaf2_descriptor_table[i]; in cpuid_leaf2_find()