Home
last modified time | relevance | path

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

/tools/arch/x86/kcpuid/
Dkcpuid.c44 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()
[all …]