Home
last modified time | relevance | path

Searched refs:eps_cpu_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A De_powersaver.c386 static const struct x86_cpu_id eps_cpu_id[] = { variable
390 MODULE_DEVICE_TABLE(x86cpu, eps_cpu_id);
394 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()