Searched refs:POWER_LIMIT4 (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dintel_rapl.h49 POWER_LIMIT4, enumerator in enum:rapl_primitives
89 #define NR_POWER_LIMITS (POWER_LIMIT4 + 1)
/linux-master/drivers/powercap/
H A Dintel_rapl_common.c111 [POWER_LIMIT4] = "peak_power",
125 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4)
137 if (pl == POWER_LIMIT4)
142 if (pl == POWER_LIMIT4)
185 case POWER_LIMIT4:
187 return POWER_LIMIT4;
544 if (id == POWER_LIMIT4)
646 [POWER_LIMIT4] = PRIMITIVE_INFO_INIT(POWER_LIMIT4, POWER_LIMIT4_MASK, 0,
702 [POWER_LIMIT4]
[all...]
H A Dintel_rapl_tpmi.c221 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4);
H A Dintel_rapl_msr.c174 rapl_msr_priv->limits[RAPL_DOMAIN_PACKAGE] |= BIT(POWER_LIMIT4);

Completed in 144 milliseconds