Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/powercap/
H A Dintel_rapl_common.c132 static int rapl_read_data_raw(struct rapl_domain *rd,
164 if (!rapl_read_data_raw(rd, ENERGY_COUNTER, true, &energy_now)) { in get_energy_counter()
238 if (rapl_read_data_raw(rd, PL1_ENABLE, true, &val)) { in get_domain_enable()
388 if (rapl_read_data_raw(rd, prim, true, &val)) in get_current_power_limit()
448 ret = rapl_read_data_raw(rd, TIME_WINDOW1, true, &val); in get_time_window()
451 ret = rapl_read_data_raw(rd, TIME_WINDOW2, true, &val); in get_time_window()
510 if (rapl_read_data_raw(rd, prim, true, &val)) in get_max_power()
691 static int rapl_read_data_raw(struct rapl_domain *rd, in rapl_read_data_raw() function
1081 if (!rapl_read_data_raw(&rp->domains[dmn], prim, in rapl_update_domain_data()
1203 if (!rapl_read_data_raw(r in rapl_detect_powerlimit()
[all...]
/kernel/linux/linux-6.6/drivers/powercap/
H A Dintel_rapl_common.c251 static int rapl_read_data_raw(struct rapl_domain *rd,
289 if (!rapl_read_data_raw(rd, ENERGY_COUNTER, true, &energy_now)) { in get_energy_counter()
813 static int rapl_read_data_raw(struct rapl_domain *rd, in rapl_read_data_raw() function
888 return rapl_read_data_raw(rd, prim, xlate, data); in rapl_read_pl_data()
1301 if (!rapl_read_data_raw(&rp->domains[dmn], prim, in rapl_update_domain_data()

Completed in 5 milliseconds