Home
last modified time | relevance | path

Searched refs:cpu_family (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
H A Damd.c77 * cpu_family -> The cpu's family (0x10, 0x12,...)
88 int decode_pstates(unsigned int cpu, unsigned int cpu_family, in decode_pstates() argument
99 if (cpu_family < 0x10 || cpu_family == 0x14) in decode_pstates()
122 if ((cpu_family == 0x17) && (!pstate.fam17h_bits.en)) in decode_pstates()
127 pstates[i] = get_cof(cpu_family, pstate); in decode_pstates()
H A Dhelpers.h126 extern int decode_pstates(unsigned int cpu, unsigned int cpu_family,
144 static inline int decode_pstates(unsigned int cpu, unsigned int cpu_family, in decode_pstates() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Damd-sample-raw.c20 static u32 cpu_family, cpu_model, ibs_fetch_type, ibs_op_type; variable
45 if (cpu_family == 0x19 && cpu_model < 0x10) { in pr_ibs_fetch_ctl()
165 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) { in pr_ibs_op_data3()
207 if (!(cpu_family == 0x19 && cpu_model < 0x10 && in amd_dump_ibs_op()
302 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model); in parse_cpuid()
335 if (!cpu_family) in evlist__has_amd_ibs()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dprocessor.h46 enum cpu_family { enum
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dprocessor.h45 enum cpu_family { enum

Completed in 3 milliseconds