Searched refs:p_state_msr (Results 1 – 1 of 1) sorted by relevance
435 static uint64_t amd_compute_p_state_clock(uint64_t p_state_msr) { in amd_compute_p_state_clock() argument437 if (!BIT(p_state_msr, 63)) in amd_compute_p_state_clock()446 uint64_t did = BITS_SHIFT(p_state_msr, 8, 6); in amd_compute_p_state_clock()447 uint64_t fid = BITS(p_state_msr, 5, 0); in amd_compute_p_state_clock()453 uint64_t fid = BITS(p_state_msr, 7, 0); in amd_compute_p_state_clock()
Completed in 6 milliseconds