Searched refs:cpu_model (Results 1 – 5 of 5) sorted by relevance
60 static int cpu_model; variable447 switch (cpu_model) { in longhaul_get_ranges()548 if (cpu_model < CPU_NEHEMIAH) in longhaul_setup_voltagescaling()769 cpu_model = CPU_SAMUEL; in longhaul_cpu_init()780 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()790 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()793 cpu_model = CPU_EZRA; in longhaul_cpu_init()803 cpu_model = CPU_EZRA_T; in longhaul_cpu_init()818 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()822 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()[all …]
20 static u32 cpu_family, cpu_model, ibs_fetch_type, ibs_op_type; variable 41 (cpu_model >= 0x50 && cpu_model <= 0x5f) || in pr_ibs_fetch_ctl() 42 (cpu_model >= 0x80 && cpu_model <= 0xaf) || in pr_ibs_fetch_ctl() 43 (cpu_model >= 0xc0 && cpu_model <= 0xcf)))) { in pr_ibs_fetch_ctl() 84 if (cpu_family == 0x19 && cpu_model < 0x10) { in pr_ibs_op_ctl() 241 if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.sw_pf))) { in amd_dump_ibs_op() 313 if (!(cpu_family == 0x19 && cpu_model < in evlist__amd_sample_raw() [all...]
27 static int cpu_model; variable 125 if (cpu_model == 0x55) in is_spr_platform() 133 if (cpu_model == 0x55) in is_emr_platform() 141 if (cpu_model == 0x8F) in is_icx_platform() 149 if (cpu_model == 0xCF) in is_dmr_plus_platform() 158 if (cpu_model == 0x6A || cpu_model == 0x6C) in update_cpu_model() 181 cpu_model = (fms >> 4) & 0xf; in update_cpu_model() 183 cpu_model += ((fms >> 16) & 0xf) << 4; in update_cpu_model() 3254 fprintf(stderr, "Invalid CPU model (%d)\n", cpu_model); in cmdline() [all...]
76 __u32 cpu_model : 16; /* CPU model */ member
258 u64 cpu_model; /* Format as profiled by CPU hardware */252 u64 cpu_model; /* Format as profiled by CPU hardware */ global() member