Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
/linux-6.1.9/arch/x86/kernel/cpu/
Dintel_pconfig.c42 int subleaf; in intel_pconfig_init() local
55 for (subleaf = 0; subleaf < INT_MAX; subleaf++) { in intel_pconfig_init()
58 cpuid_count(PCONFIG_CPUID, subleaf, in intel_pconfig_init()