Lines Matching refs:pstate
399 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) in spitfire_xcall_helper() argument
434 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W), in spitfire_xcall_helper()
447 : : "r" (pstate)); in spitfire_xcall_helper()
455 : : "r" (pstate)); in spitfire_xcall_helper()
469 u64 pstate; in spitfire_xcall_deliver() local
472 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in spitfire_xcall_deliver()
479 spitfire_xcall_helper(data0, data1, data2, pstate, cpu_list[i]); in spitfire_xcall_deliver()
489 u64 *mondo, pstate, ver, busy_mask; in cheetah_xcall_deliver() local
503 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in cheetah_xcall_deliver()
508 : : "r" (pstate), "i" (PSTATE_IE)); in cheetah_xcall_deliver()
566 : : "r" (pstate)); in cheetah_xcall_deliver()
586 : : "r" (pstate)); in cheetah_xcall_deliver()
1305 unsigned long pstate; in cpu_play_dead() local
1330 : "=r" (pstate) in cpu_play_dead()