Lines Matching refs:pstate
390 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) in spitfire_xcall_helper() argument
425 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W), in spitfire_xcall_helper()
438 : : "r" (pstate)); in spitfire_xcall_helper()
446 : : "r" (pstate)); in spitfire_xcall_helper()
460 u64 pstate; in spitfire_xcall_deliver() local
463 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in spitfire_xcall_deliver()
470 spitfire_xcall_helper(data0, data1, data2, pstate, cpu_list[i]); in spitfire_xcall_deliver()
480 u64 *mondo, pstate, ver, busy_mask; in cheetah_xcall_deliver() local
494 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in cheetah_xcall_deliver()
499 : : "r" (pstate), "i" (PSTATE_IE)); in cheetah_xcall_deliver()
557 : : "r" (pstate)); in cheetah_xcall_deliver()
577 : : "r" (pstate)); in cheetah_xcall_deliver()
1301 unsigned long pstate; in cpu_play_dead() local
1326 : "=r" (pstate) in cpu_play_dead()