Searched refs:thread_pir (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 223 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opalcore_append_cpu_notes() local 260 thread_pir = be32_to_cpu(thdr->pir); in opalcore_append_cpu_notes() 263 i, thread_pir, thdr->core_state); in opalcore_append_cpu_notes() 277 pr_debug("PIR 0x%x - R1 : 0x%llx, NIP : 0x%llx\n", thread_pir, in opalcore_append_cpu_notes() 279 fill_prstatus(&prstatus, thread_pir, ®s); in opalcore_append_cpu_notes() 281 if (thread_pir != oc_conf->crashing_cpu) { in opalcore_append_cpu_notes()
|
H A D | opal-fadump.c | 420 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opal_fadump_build_cpu_notes() local 462 thread_pir = be32_to_cpu(thdr->pir); in opal_fadump_build_cpu_notes() 464 i, thread_pir, thdr->core_state); in opal_fadump_build_cpu_notes() 473 if (fdh->crashing_cpu == thread_pir) { in opal_fadump_build_cpu_notes() 495 thread_pir, regs.gpr[1], regs.nip); in opal_fadump_build_cpu_notes()
|