Searched refs:is_knl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4721 int is_knl(unsigned int family, unsigned int model) in is_knl() function 4747 if (is_knl(family, model)) in get_aperf_mperf_multiplier() 4779 if (has_snb_msrs(family, model) || is_knl(family, model)) in discover_bclk() 5277 do_knl_cstates = is_knl(family, model); in process_cpuid()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5147 int is_knl(unsigned int family, unsigned int model) in is_knl() function 5180 if (is_knl(family, model)) in get_aperf_mperf_multiplier() 5212 if (has_snb_msrs(family, model) || is_knl(family, model)) in discover_bclk() 5779 do_knl_cstates = is_knl(family, model); in process_cpuid()
|
Completed in 14 milliseconds