Home
last modified time | relevance | path

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

/linux-6.12.1/tools/arch/x86/kcpuid/
Dkcpuid.c49 struct subleaf { struct
62 struct subleaf *leafs; argument
129 static bool cpuid_store(struct cpuid_range *range, u32 f, int subleaf, in cpuid_store()
200 u32 max_func, idx_func, subleaf, max_subleaf; in setup_cpuid_range() local
/linux-6.12.1/arch/x86/include/asm/
Dcpuid.h130 static inline void __cpuid_read(unsigned int leaf, unsigned int subleaf, u32 *regs) in __cpuid_read()
137 #define cpuid_subleaf(leaf, subleaf, regs) { \ argument
147 static inline void __cpuid_read_reg(unsigned int leaf, unsigned int subleaf, in __cpuid_read_reg()
156 #define cpuid_subleaf_reg(leaf, subleaf, regidx, reg) { \ argument
/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology_ext.c45 static inline bool topo_subleaf(struct topo_scan *tscan, u32 leaf, u32 subleaf, in topo_subleaf()
107 u32 subleaf; in parse_topology_leaf() local
/linux-6.12.1/tools/perf/arch/x86/tests/
Dintel-pt-test.c352 struct cpuid_result subleaf[INTEL_PT_SUBLEAF_CNT]; member
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c247 u32 eax, ebx, ecx, edx, subleaf; in __rdt_get_mem_config_amd() local