Lines Matching refs:RAPL_PKG_POWER_INFO
292 #define RAPL_PKG_POWER_INFO (1 << 2) macro
4535 if (do_rapl & RAPL_PKG_POWER_INFO) in get_tdp_intel()
4593 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4606 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4615 | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4629 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4640 | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4663 RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4678 RAPL_DRAM_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4705 RAPL_PKG_POWER_INFO | RAPL_CORES_ENERGY_STATUS; in rapl_probe_intel()
4950 if (do_rapl & RAPL_PKG_POWER_INFO) { in print_rapl()