Home
last modified time | relevance | path

Searched refs:RAPL_IF_TPMI (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dintel_rapl.h20 RAPL_IF_TPMI, /* RAPL I/F using TPMI registers */ enumerator
/linux/drivers/powercap/
H A Dintel_rapl_common.c135 if (rd->rp->priv->type == RAPL_IF_TPMI) { in get_pl_lock_prim()
163 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
177 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
776 case RAPL_IF_TPMI: in rapl_config()
1600 if (rp->priv->type != RAPL_IF_TPMI && rp->priv->type != RAPL_IF_MSR) in set_pmu_cpumask()
1615 if (rp->priv->type != RAPL_IF_TPMI && rp->priv->type != RAPL_IF_MSR) in is_rp_pmu_cpu()
H A Dintel_rapl_tpmi.c296 trp->priv.type = RAPL_IF_TPMI; in intel_rapl_tpmi_probe()