Searched refs:subleaf (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/x86/ |
| H A D | rte_cpuflags.c | 19 uint32_t subleaf; /**< cpuid subleaf */ member 26 #define FEAT_DEF(name, leaf, subleaf, reg, bit) \ argument 27 [RTE_CPUFLAG_##name] = {leaf, subleaf, reg, bit, #name }, 168 __cpuid_count(feat->leaf, feat->subleaf, in rte_cpu_get_flag_enabled()
|