Searched refs:MSR_PKGC6_IRTL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 365 #define MSR_PKGC6_IRTL 0x0000060b macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 339 #define MSR_PKGC6_IRTL 0x0000060b macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 390 #define MSR_PKGC6_IRTL 0x0000060b macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 382 #define MSR_PKGC6_IRTL 0x0000060b macro
|
/kernel/linux/linux-5.10/drivers/idle/ |
H A D | intel_idle.c | 1394 rdmsrl(MSR_PKGC6_IRTL, msr); in bxt_idle_state_table_update()
|
/kernel/linux/linux-6.6/drivers/idle/ |
H A D | intel_idle.c | 1672 rdmsrl(MSR_PKGC6_IRTL, msr); in bxt_idle_state_table_update()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2555 get_msr(base_cpu, MSR_PKGC6_IRTL, &msr); in print_irtl() 2556 fprintf(outf, "cpu%d: MSR_PKGC6_IRTL: 0x%08llx (", base_cpu, msr); in print_irtl()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2738 get_msr(base_cpu, MSR_PKGC6_IRTL, &msr); in print_irtl() 2739 fprintf(outf, "cpu%d: MSR_PKGC6_IRTL: 0x%08llx (", base_cpu, msr); in print_irtl()
|
Completed in 30 milliseconds