Searched refs:pstate (Results 1 – 2 of 2) sorted by relevance
118 uint32_t pstate = PSCI_ARG32(regs, 1); in handle_existing_apis() local121 PSCI_SET_RESULT(regs, do_psci_cpu_off(pstate)); in handle_existing_apis()190 uint32_t pstate = PSCI_ARG32(regs, 1); in handle_sssc() local195 PSCI_SET_RESULT(regs, do_psci_0_2_cpu_suspend(pstate, epoint, cid)); in handle_sssc()
57 static void transition_pstate(void *pstate) in transition_pstate() argument59 wrmsrl(MSR_PSTATE_CTRL, *(unsigned int *)pstate); in transition_pstate()
Completed in 3 milliseconds