RAPL_PER_CORE_ENERGY  697 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY  700 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY  758 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY  771 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY 1074 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY 1076 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY 1133 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY 1141 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
RAPL_PER_CORE_ENERGY 4030 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_AMD_F17H | RAPL_PER_CORE_ENERGY;