Home
last modified time | relevance | path

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

/dpdk/lib/eal/x86/
H A Drte_cycles.c89 uint32_t a, b, c, d, maxleaf; in get_tsc_freq_arch() local
97 maxleaf = __get_cpuid_max(0, NULL); in get_tsc_freq_arch()
99 if (maxleaf >= 0x15) { in get_tsc_freq_arch()
H A Drte_cpuflags.c151 unsigned int maxleaf; in rte_cpu_get_flag_enabled() local
163 maxleaf = __get_cpuid_max(feat->leaf & 0x80000000, NULL); in rte_cpu_get_flag_enabled()
165 if (maxleaf < feat->leaf) in rte_cpu_get_flag_enabled()