thread_pir        222 arch/powerpc/platforms/powernv/opal-core.c 	u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize;
thread_pir        259 arch/powerpc/platforms/powernv/opal-core.c 		thread_pir = be32_to_cpu(thdr->pir);
thread_pir        262 arch/powerpc/platforms/powernv/opal-core.c 			 i, thread_pir, thdr->core_state);
thread_pir        276 arch/powerpc/platforms/powernv/opal-core.c 		pr_debug("PIR 0x%x - R1 : 0x%llx, NIP : 0x%llx\n", thread_pir,
thread_pir        278 arch/powerpc/platforms/powernv/opal-core.c 		fill_prstatus(&prstatus, thread_pir, &regs);
thread_pir        280 arch/powerpc/platforms/powernv/opal-core.c 		if (thread_pir != oc_conf->crashing_cpu) {
thread_pir        412 arch/powerpc/platforms/powernv/opal-fadump.c 	u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize;
thread_pir        454 arch/powerpc/platforms/powernv/opal-fadump.c 		thread_pir = be32_to_cpu(thdr->pir);
thread_pir        456 arch/powerpc/platforms/powernv/opal-fadump.c 			 i, thread_pir, thdr->core_state);
thread_pir        465 arch/powerpc/platforms/powernv/opal-fadump.c 		if (fdh->crashing_cpu == thread_pir) {
thread_pir        487 arch/powerpc/platforms/powernv/opal-fadump.c 			 thread_pir, regs.gpr[1], regs.nip);