Searched refs:base_cpu (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu);
139 nhm_get_count(TSC, &dbg, base_cpu);
150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu);
158 nhm_get_count(TSC, &dbg, base_cpu);
H A Dsnb_idle.c122 snb_get_count(TSC, &tsc_at_measure_start, base_cpu);
131 snb_get_count(TSC, &tsc_at_measure_end, base_cpu);
H A Dhsw_ext_idle.c124 hsw_ext_get_count(TSC, &tsc_at_measure_start, base_cpu);
133 hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu);
H A Dmperf_monitor.c87 ret = read_msr(base_cpu, MSR_TSC, tsc);
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c34 int base_cpu; variable
208 base_cpu = sched_getcpu();
209 if (base_cpu < 0) {
218 sprintf(pathname, "/dev/cpu/%d/msr", base_cpu);
H A Dcpupower-info.c70 /* Default is: show output of base_cpu only */
72 bitmask_setbit(cpus_chosen, base_cpu);
H A Dcpuidle-info.c179 /* Default is: show output of base_cpu only */
181 bitmask_setbit(cpus_chosen, base_cpu);
H A Dcpufreq-info.c575 /* Default is: show output of base_cpu only */
577 bitmask_setbit(cpus_chosen, base_cpu);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c269 int base_cpu; variable
357 if (get_msr(base_cpu, MSR_FSB_FREQ, &msr))
1175 int base_cpu; member in struct:core_data
1188 int base_cpu; member in struct:pkg_data
1484 return ((int)t->cpu_id == c->base_cpu || c->base_cpu < 0);
1491 return ((int)t->cpu_id == p->base_cpu || p->base_cpu < 0);
3778 get_msr(base_cpu, MSR_PKG_CST_CONFIG_CONTROL, &msr);
3790 get_msr(base_cpu, MSR_PLATFORM_INF
4586 int base_cpu; local
[all...]
/linux-master/tools/power/cpupower/utils/helpers/
H A Dhelpers.h37 extern int base_cpu;
H A Dcpuid.c74 if (proc != (unsigned int)base_cpu)
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c56 int base_cpu; variable
1339 get_msr(base_cpu, MSR_PM_ENABLE, &msr);
1377 base_cpu = sched_getcpu();
1378 if (base_cpu < 0)
1388 sprintf(pathname, "/dev/cpu/%d/msr", base_cpu);
1421 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h347 u32 base_cpu; member in struct:atl1e_hw
H A Datl1e_main.c607 hw->base_cpu = 0;
1001 AT_WRITE_REG(hw, REG_BASE_CPU_NUMBER, hw->base_cpu);
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h416 u32 base_cpu; member in struct:atl1c_hw
H A Datl1c_main.c818 hw->base_cpu = 0;
/linux-master/drivers/irqchip/
H A Dirq-gic-v3.c1306 static u16 gic_compute_target_list(int *base_cpu, const struct cpumask *mask, argument
1309 int next_cpu, cpu = *base_cpu;
1331 *base_cpu = cpu;

Completed in 196 milliseconds