Searched refs:thdr (Results 1 – 3 of 3) sorted by relevance
421 struct hdat_fadump_thread_hdr *thdr; in opal_fadump_build_cpu_notes() local448 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opal_fadump_build_cpu_notes()450 be32_to_cpu(thdr->offset)); in opal_fadump_build_cpu_notes()451 reg_esize = be32_to_cpu(thdr->esize); in opal_fadump_build_cpu_notes()452 regs_cnt = be32_to_cpu(thdr->ecnt); in opal_fadump_build_cpu_notes()460 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opal_fadump_build_cpu_notes()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()488 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opal_fadump_build_cpu_notes()
224 struct hdat_fadump_thread_hdr *thdr; in opalcore_append_cpu_notes() local239 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opalcore_append_cpu_notes()241 be32_to_cpu(thdr->offset)); in opalcore_append_cpu_notes()242 reg_esize = be32_to_cpu(thdr->esize); in opalcore_append_cpu_notes()243 regs_cnt = be32_to_cpu(thdr->ecnt); in opalcore_append_cpu_notes()259 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opalcore_append_cpu_notes()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()271 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opalcore_append_cpu_notes()
370 b359 thdr RRE_FF