Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c7251 …const unsigned long long bic_watt_bits = BIC_SysWatt | BIC_PkgWatt | BIC_CorWatt | BIC_RAMWatt | B… in rapl_probe_intel() local
7255 bic_enabled &= ~bic_watt_bits; in rapl_probe_intel()
7301 const unsigned long long bic_watt_bits = BIC_PkgWatt | BIC_CorWatt; in rapl_probe_amd() local
7305 bic_enabled &= ~bic_watt_bits; in rapl_probe_amd()