Searched refs:subleaf (Results 1 – 1 of 1) sorted by relevance
44 struct subleaf { struct57 struct subleaf *leafs; argument120 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() argument139 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() local239 subleaf = ecx = 0; in setup_cpuid_range()242 allzero = cpuid_store(range, f, subleaf, eax, ebx, ecx, edx); in setup_cpuid_range()[all …]