Searched refs:thread_pir (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c223 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; local
260 thread_pir = be32_to_cpu(thdr->pir);
263 i, thread_pir, thdr->core_state);
277 pr_debug("PIR 0x%x - R1 : 0x%llx, NIP : 0x%llx\n", thread_pir,
279 fill_prstatus(&prstatus, thread_pir, &regs);
281 if (thread_pir != oc_conf->crashing_cpu) {
H A Dopal-fadump.c420 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; local
462 thread_pir = be32_to_cpu(thdr->pir);
464 i, thread_pir, thdr->core_state);
473 if (fdh->crashing_cpu == thread_pir) {
495 thread_pir, regs.gpr[1], regs.nip);

Completed in 121 milliseconds