Lines Matching refs:subleaf
44 struct subleaf { struct
57 struct subleaf *leafs; argument
120 static void leaf_print_raw(struct subleaf *leaf) in leaf_print_raw()
135 static bool cpuid_store(struct cpuid_range *range, u32 f, int subleaf, in cpuid_store() argument
139 struct subleaf *leaf; in cpuid_store()
152 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
169 leaf->sub = subleaf; in cpuid_store()
207 int subleaf; in setup_cpuid_range() local
239 subleaf = ecx = 0; in setup_cpuid_range()
242 allzero = cpuid_store(range, f, subleaf, eax, ebx, ecx, edx); in setup_cpuid_range()
262 for (subleaf = 1; subleaf < max_subleaf; subleaf++) { in setup_cpuid_range()
264 ecx = subleaf; in setup_cpuid_range()
267 allzero = cpuid_store(range, f, subleaf, in setup_cpuid_range()
293 struct subleaf *leaf; in parse_line()
466 static void show_leaf(struct subleaf *leaf) in show_leaf()