Searched refs:buckets_info (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst-core.c | 331 int isst_get_trl_bucket_info(int cpu, unsigned long long *buckets_info) in isst_get_trl_bucket_info() argument 337 *buckets_info = 0; in isst_get_trl_bucket_info() 339 ret = isst_send_msr_command(cpu, 0x1ae, 0, buckets_info); in isst_get_trl_bucket_info() 344 *buckets_info); in isst_get_trl_bucket_info() 817 isst_get_trl_bucket_info(cpu, &ctdp_level->buckets_info); in isst_get_process_ctdp() 839 ret = isst_get_trl_bucket_info(cpu, &ctdp_level->buckets_info); in isst_get_process_ctdp()
|
| H A D | isst-display.c | 514 snprintf(value, sizeof(value), "%llu", (ctdp_level->buckets_info >> (j * 8)) & 0xff); in isst_ctdp_display_information() 533 snprintf(value, sizeof(value), "%llu", (ctdp_level->buckets_info >> (j * 8)) & 0xff); in isst_ctdp_display_information() 550 snprintf(value, sizeof(value), "%llu", (ctdp_level->buckets_info >> (j * 8)) & 0xff); in isst_ctdp_display_information()
|
| H A D | isst.h | 146 unsigned long long buckets_info; member
|