Lines Matching refs:pstate
393 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) in spitfire_xcall_helper() argument
428 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W), in spitfire_xcall_helper()
441 : : "r" (pstate)); in spitfire_xcall_helper()
449 : : "r" (pstate)); in spitfire_xcall_helper()
463 u64 pstate; in spitfire_xcall_deliver() local
466 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in spitfire_xcall_deliver()
473 spitfire_xcall_helper(data0, data1, data2, pstate, cpu_list[i]); in spitfire_xcall_deliver()
483 u64 *mondo, pstate, ver, busy_mask; in cheetah_xcall_deliver() local
497 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in cheetah_xcall_deliver()
502 : : "r" (pstate), "i" (PSTATE_IE)); in cheetah_xcall_deliver()
560 : : "r" (pstate)); in cheetah_xcall_deliver()
580 : : "r" (pstate)); in cheetah_xcall_deliver()
1291 unsigned long pstate; in cpu_play_dead() local
1316 : "=r" (pstate) in cpu_play_dead()