Lines Matching refs:subleaf
48 struct subleaf { struct
61 struct subleaf *leafs; argument
124 static void leaf_print_raw(struct subleaf *leaf) in leaf_print_raw()
139 static bool cpuid_store(struct cpuid_range *range, u32 f, int subleaf, in cpuid_store() argument
143 struct subleaf *leaf; in cpuid_store()
156 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
173 leaf->sub = subleaf; in cpuid_store()
211 int subleaf; in setup_cpuid_range() local
243 subleaf = ecx = 0; in setup_cpuid_range()
246 allzero = cpuid_store(range, f, subleaf, eax, ebx, ecx, edx); in setup_cpuid_range()
266 for (subleaf = 1; subleaf < max_subleaf; subleaf++) { in setup_cpuid_range()
268 ecx = subleaf; in setup_cpuid_range()
271 allzero = cpuid_store(range, f, subleaf, in setup_cpuid_range()
297 struct subleaf *leaf; in parse_line()
476 static void show_leaf(struct subleaf *leaf) in show_leaf()