Home
last modified time | relevance | path

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

/linux/drivers/powercap/
H A Dintel_rapl_msr.c39 .type = RAPL_IF_MSR,
62 .type = RAPL_IF_MSR,
H A Dintel_rapl_common.c772 case RAPL_IF_MSR: 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()
/linux/include/linux/
H A Dintel_rapl.h18 RAPL_IF_MSR, /* RAPL I/F using MSR registers */ enumerator