Home
last modified time | relevance | path

Searched refs:buckets_info (Results 1 – 4 of 4) sorted by relevance

/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c588 static int mbox_get_trl_bucket_info(struct isst_id *id, int level, unsigned long long *buckets_info) in mbox_get_trl_bucket_info() argument
594 *buckets_info = 0; in mbox_get_trl_bucket_info()
596 ret = isst_send_msr_command(id->cpu, 0x1ae, 0, buckets_info); in mbox_get_trl_bucket_info()
601 *buckets_info); in mbox_get_trl_bucket_info()
H A Disst-core.c180 int isst_get_trl_bucket_info(struct isst_id *id, int level, unsigned long long *buckets_info) in isst_get_trl_bucket_info() argument
183 return isst_ops->get_trl_bucket_info(id, level, buckets_info); in isst_get_trl_bucket_info()
H A Disst-core-tpmi.c350 unsigned long long *buckets_info) in tpmi_get_trl_bucket_info() argument
353 unsigned char *mask = (unsigned char *)buckets_info; in tpmi_get_trl_bucket_info()
371 *buckets_info); in tpmi_get_trl_bucket_info()
H A Disst.h200 int (*get_trl_bucket_info)(struct isst_id *id, int level, unsigned long long *buckets_info);