Home
last modified time | relevance | path

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

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