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

/linux-master/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) {
165 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) {
207 if (!(cpu_family == 0x19 && cpu_model < 0x10 &&
302 ret = sscanf(cpuid, "%*[^,],%u,%u", &cpu_family, &cpu_model);
335 if (!cpu_family)
/linux-master/arch/sh/include/asm/
H A Dprocessor.h45 enum cpu_family { enum

Completed in 146 milliseconds