Home
last modified time | relevance | path

Searched refs:MSR_S_LO_CURRENT_FID (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/
H A Dpowernow-k8-decode.c25 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
46 *fid = ((uint32_t )(msr & 0xffffffffull)) & MSR_S_LO_CURRENT_FID; in get_fidvid()
/kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/
H A Dpowernow-k8-decode.c25 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
46 *fid = ((uint32_t )(msr & 0xffffffffull)) & MSR_S_LO_CURRENT_FID; in get_fidvid()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernow-k8.h75 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
H A Dpowernow-k8.c113 data->currfid = lo & MSR_S_LO_CURRENT_FID; in query_current_values_with_pending_wait()
138 fid = lo & MSR_S_LO_CURRENT_FID; in fidvid_msr_init()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernow-k8.h75 #define MSR_S_LO_CURRENT_FID 0x0000003f macro
H A Dpowernow-k8.c113 data->currfid = lo & MSR_S_LO_CURRENT_FID; in query_current_values_with_pending_wait()
138 fid = lo & MSR_S_LO_CURRENT_FID; in fidvid_msr_init()

Completed in 5 milliseconds