Searched refs:pstate_index (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | ia64-acpi-cpufreq.c | 69 u64 pstate_index = 0; in processor_get_pstate() local 74 retval = ia64_pal_get_pstate(&pstate_index, in processor_get_pstate() 76 *value = (u32) pstate_index; in processor_get_pstate()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | ia64-acpi-cpufreq.c | 69 u64 pstate_index = 0; in processor_get_pstate() local 74 retval = ia64_pal_get_pstate(&pstate_index, in processor_get_pstate() 76 *value = (u32) pstate_index; in processor_get_pstate()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 1159 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) in ia64_pal_get_pstate() argument 1163 *pstate_index = iprv.v0; in ia64_pal_get_pstate() 1169 ia64_pal_set_pstate (u64 pstate_index) in ia64_pal_set_pstate() argument 1172 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0); in ia64_pal_set_pstate()
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 1160 ia64_pal_get_pstate (u64 *pstate_index, unsigned long type) in ia64_pal_get_pstate() argument 1164 *pstate_index = iprv.v0; in ia64_pal_get_pstate() 1170 ia64_pal_set_pstate (u64 pstate_index) in ia64_pal_set_pstate() argument 1173 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0); in ia64_pal_set_pstate()
|
Completed in 10 milliseconds