Lines Matching refs:pstate
386 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) in spitfire_xcall_helper() argument
421 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W), in spitfire_xcall_helper()
434 : : "r" (pstate)); in spitfire_xcall_helper()
442 : : "r" (pstate)); in spitfire_xcall_helper()
456 u64 pstate; in spitfire_xcall_deliver() local
459 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in spitfire_xcall_deliver()
466 spitfire_xcall_helper(data0, data1, data2, pstate, cpu_list[i]); in spitfire_xcall_deliver()
476 u64 *mondo, pstate, ver, busy_mask; in cheetah_xcall_deliver() local
490 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in cheetah_xcall_deliver()
495 : : "r" (pstate), "i" (PSTATE_IE)); in cheetah_xcall_deliver()
553 : : "r" (pstate)); in cheetah_xcall_deliver()
573 : : "r" (pstate)); in cheetah_xcall_deliver()
1288 unsigned long pstate; in cpu_play_dead() local
1313 : "=r" (pstate) in cpu_play_dead()